aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ucpp/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-16 01:44:55 +0800
committerijliao <ijliao@FreeBSD.org>2001-02-16 01:44:55 +0800
commit6c60c1687899ab821429d80040a809211d4c80e6 (patch)
treead1f3463b74923f5bc3d7b28736d37e38248fd71 /devel/ucpp/files
parent451bb88dea2c57d01ae2fdb3200882a48ae41c57 (diff)
downloadfreebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.tar.gz
freebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.tar.zst
freebsd-ports-gnome-6c60c1687899ab821429d80040a809211d4c80e6.zip
add ucpp, a C preprocessor and lexer
Diffstat (limited to 'devel/ucpp/files')
-rw-r--r--devel/ucpp/files/patch-Makefile21
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