freebsd-ports/math/gotoblas/files/patch-cpuid_ia64.c
Carlos J. Puga Medina bb66785018 Log:
- Fix build with new GCC and remove BROKEN
  - Regenerate patches to make portlint(1) happy
  - Add fortran to USES
  - Bump PORTREVISION

PR:		205241
Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es>
Approved by:	junovitch (mentor)
2016-01-27 09:42:36 +00:00

12 lines
208 B
C

--- cpuid_ia64.c.orig 2010-11-05 13:57:49 UTC
+++ cpuid_ia64.c
@@ -38,7 +38,9 @@
#include <stdio.h>
#include <string.h>
+#ifdef linux
#include <sys/sysinfo.h>
+#endif
#include "cpuid.h"
#ifdef __ECC