diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-19 19:44:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-19 19:44:39 +0800 |
commit | f20af89300292a313caf0b3337a2851435632e0c (patch) | |
tree | 64b4e55344e5f592ed12bf67d0d9c7cd0ba60505 /devel/ucpp/files | |
parent | 48f5f4a2814da67ce38ea728bf776fcad7e9f7be (diff) | |
download | freebsd-ports-gnome-f20af89300292a313caf0b3337a2851435632e0c.tar.gz freebsd-ports-gnome-f20af89300292a313caf0b3337a2851435632e0c.tar.zst freebsd-ports-gnome-f20af89300292a313caf0b3337a2851435632e0c.zip |
upgrade to 1.2
update WWW and master site
drop maintainership
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 |