diff options
Diffstat (limited to 'textproc/rxp/files/patch-Makefile')
-rw-r--r-- | textproc/rxp/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/rxp/files/patch-Makefile b/textproc/rxp/files/patch-Makefile new file mode 100644 index 0000000..d1d49a5 --- /dev/null +++ b/textproc/rxp/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig Fri Nov 23 22:27:59 2001 ++++ Makefile Sat Jun 29 11:29:34 2002 +@@ -3,9 +3,10 @@ + CHAR_SIZE=16 + + DEBUG= -g +-CC= gcc ++CC?= gcc + GCCFLAGS= -Wall -ansi -pedantic + # HP-UX users may need to add -D_HPUX_SOURCE ++CFLAGS?= -O + CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE) + LDFLAGS= $(DEBUG) + |