summaryrefslogtreecommitdiffstats
path: root/patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff')
-rw-r--r--patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff b/patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff
new file mode 100644
index 000000000..f1125b12e
--- /dev/null
+++ b/patches/memtest-0.0.4/memtest-0.0.4-ptx1.diff
@@ -0,0 +1,12 @@
+diff -urN memtest-0.0.4/Makefile memtest-0.0.4-ptx1/Makefile
+--- memtest-0.0.4/Makefile 2000-05-12 04:06:48.000000000 +0200
++++ memtest-0.0.4-ptx1/Makefile 2004-04-22 17:28:39.000000000 +0200
+@@ -27,7 +27,7 @@
+ #CFLAGS += -Wconversion
+ CFLAGS += -ggdb3
+ CFLAGS += -O2
+-CC = gcc
++#CC := gcc
+
+ CC_OPTS = $(CFLAGS) $($*_CC_OPTS)
+ CXX_OPTS = $(CFLAGS) -frepo $($*_CC_OPTS)