summaryrefslogtreecommitdiff
path: root/math/gotoblas/files/patch-cpuid_ia64.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2011-09-28 06:24:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2011-09-28 06:24:29 +0000
commitd181000179625e99edcc7d71b9ec92752e6c34f4 (patch)
treefc70b182b5ca85ce1bc4e42ff7df369034fbd70b /math/gotoblas/files/patch-cpuid_ia64.c
parentBuild fix with gcc46 [1] and other small improvements [2]. (diff)
forgot to add a patch.
Notes
Notes: svn path=/head/; revision=282551
Diffstat (limited to 'math/gotoblas/files/patch-cpuid_ia64.c')
-rw-r--r--math/gotoblas/files/patch-cpuid_ia64.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/gotoblas/files/patch-cpuid_ia64.c b/math/gotoblas/files/patch-cpuid_ia64.c
new file mode 100644
index 000000000000..9b72d3f46ea0
--- /dev/null
+++ b/math/gotoblas/files/patch-cpuid_ia64.c
@@ -0,0 +1,12 @@
+--- cpuid_ia64.c.orig 2011-09-23 10:47:22.000000000 -0400
++++ cpuid_ia64.c 2011-09-23 10:48:08.000000000 -0400
+@@ -38,7 +38,9 @@
+
+ #include <stdio.h>
+ #include <string.h>
++#ifdef linux
+ #include <sys/sysinfo.h>
++#endif
+ #include "cpuid.h"
+
+ #ifdef __ECC