diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-19 11:44:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-19 11:44:39 +0000 |
commit | 25bb591ef1281e6b2f210c06a45fa04a9e563095 (patch) | |
tree | 05d06099f5f9b8b39d1fa6ff2342126131ad7382 /devel/ucpp/files | |
parent | fced2d032ce39f4002e8ad0c0d5ad37e06c98e6f (diff) | |
download | ports-25bb591ef1281e6b2f210c06a45fa04a9e563095.tar.gz ports-25bb591ef1281e6b2f210c06a45fa04a9e563095.zip |
Notes
Diffstat (limited to 'devel/ucpp/files')
-rw-r--r-- | devel/ucpp/files/patch-Makefile | 14 |
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 |