freebsd-ports/math/gotoblas/files/patch-cpuid_ia64.c

13 lines
208 B
C
Raw Normal View History

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