diff options
Diffstat (limited to 'sysutils/x86info/files')
-rw-r--r-- | sysutils/x86info/files/patch-Intel_cachesize.c | 18 | ||||
-rw-r--r-- | sysutils/x86info/files/patch-Makefile | 11 |
2 files changed, 11 insertions, 18 deletions
diff --git a/sysutils/x86info/files/patch-Intel_cachesize.c b/sysutils/x86info/files/patch-Intel_cachesize.c deleted file mode 100644 index 4805995..0000000 --- a/sysutils/x86info/files/patch-Intel_cachesize.c +++ /dev/null @@ -1,18 +0,0 @@ ---- Intel/cachesize.c.orig Tue Dec 18 13:43:49 2001 -+++ Intel/cachesize.c Tue Dec 18 13:45:27 2001 -@@ -2,6 +2,15 @@ - * $Id: cachesize.c,v 1.2 2001/12/10 21:48:37 davej Exp $ - */ - -+#ifdef __FreeBSD__ -+# if __FreeBSD__==5 -+# include <stdint.h> -+# else -+# include <inttypes.h> -+# include <sys/types.h> -+# endif -+#endif -+ - #include "../x86info.h" - - void get_intel_cacheinfo (struct cpudata *c) diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile new file mode 100644 index 0000000..61b3a4a --- /dev/null +++ b/sysutils/x86info/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Nov 14 13:42:46 2002 ++++ Makefile Thu Nov 14 13:42:58 2002 +@@ -4,7 +4,7 @@ + #CFLAGS += -mwin32 -DWIN32_LEAN_AND_MEAN + SHELL = /bin/sh + +-all: x86info test ++all: x86info + + OBJS =\ + AMD/identify.o\ |