forgot to add a patch.
This commit is contained in:
parent
97e17b67b6
commit
d181000179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282551
1 changed files with 12 additions and 0 deletions
12
math/gotoblas/files/patch-cpuid_ia64.c
Normal file
12
math/gotoblas/files/patch-cpuid_ia64.c
Normal file
|
@ -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
|
Loading…
Reference in a new issue