aboutsummaryrefslogtreecommitdiff
path: root/devel/ucpp/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ucpp/files')
-rw-r--r--devel/ucpp/files/patch-Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/ucpp/files/patch-Makefile b/devel/ucpp/files/patch-Makefile
index 036ac47650f8..aa54a34e4a2a 100644
--- a/devel/ucpp/files/patch-Makefile
+++ b/devel/ucpp/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Sat Dec 1 23:29:40 2001
-+++ Makefile Sat Dec 1 23:29:51 2001
-@@ -56,7 +56,7 @@
+--- Makefile.orig Mon Aug 19 19:40:18 2002
++++ Makefile Mon Aug 19 19:41:25 2002
+@@ -57,7 +57,7 @@
+
# for gcc
CC = gcc
- #FLAGS = -g -Wall -ansi -pedantic -DAUDIT
--FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK
-+FLAGS = %%CFLAGS%% -DMEM_CHECK
+-FLAGS = -g -Wall -ansi -pedantic -DAUDIT -DMEM_DEBUG
++FLAGS += -DAUDIT -DMEM_DEBUG
+ #FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK
# for the Compaq C compiler on Alpha/Linux
- #CC = ccc