diff options
author | maho <maho@FreeBSD.org> | 2011-09-28 14:24:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2011-09-28 14:24:29 +0800 |
commit | 7b49689d84a1814c686bc3b2c3763fc434dc9398 (patch) | |
tree | beb405ba77ff3ed8e249869d93db0e1e9f50dd10 /math/gotoblas | |
parent | a3228ade710fd0f3d554a4ab4ddbf4f1cfec4894 (diff) | |
download | freebsd-ports-gnome-7b49689d84a1814c686bc3b2c3763fc434dc9398.tar.gz freebsd-ports-gnome-7b49689d84a1814c686bc3b2c3763fc434dc9398.tar.zst freebsd-ports-gnome-7b49689d84a1814c686bc3b2c3763fc434dc9398.zip |
forgot to add a patch.
Diffstat (limited to 'math/gotoblas')
-rw-r--r-- | math/gotoblas/files/patch-cpuid_ia64.c | 12 |
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 |