diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-15 17:44:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-15 17:44:55 +0000 |
commit | 8db93d42d249beabdf49845275f3af3c529040da (patch) | |
tree | c21879e994d4323c04cf1a5e7360d84df4f6b9e6 /devel/ucpp/files | |
parent | add abook, a text-based addressbook program designed to use with mutt (diff) |
add ucpp, a C preprocessor and lexer
Diffstat (limited to 'devel/ucpp/files')
-rw-r--r-- | devel/ucpp/files/patch-Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/ucpp/files/patch-Makefile b/devel/ucpp/files/patch-Makefile new file mode 100644 index 000000000000..da10f2bbcf21 --- /dev/null +++ b/devel/ucpp/files/patch-Makefile @@ -0,0 +1,21 @@ +--- Makefile.orig Fri Feb 16 01:30:03 2001 ++++ Makefile Fri Feb 16 01:35:14 2001 +@@ -52,14 +52,14 @@ + #FLAGS = -O -m -DMEM_CHECK + + # for gcc +-#CC = gcc ++CC = gcc + #FLAGS = -g -Wall -ansi -pedantic -DAUDIT +-#FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK ++FLAGS = %%CFLAGS%% -DMEM_CHECK + + # for the Compaq C compiler on Alpha/Linux +-CC = ccc ++#CC = ccc + #FLAGS = -w0 -g -DAUDIT +-FLAGS = -w0 -fast -DMEM_CHECK ++#FLAGS = -w0 -fast -DMEM_CHECK + + # for the Sun Workshop C Compiler + #CC = cc |