summaryrefslogtreecommitdiff
path: root/textproc/rxp/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rxp/files/patch-aa')
-rw-r--r--textproc/rxp/files/patch-aa9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/rxp/files/patch-aa b/textproc/rxp/files/patch-aa
index 70007f28fd28..d1d49a571005 100644
--- a/textproc/rxp/files/patch-aa
+++ b/textproc/rxp/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Mar 9 20:55:41 2001
-+++ Makefile Fri Mar 9 20:55:58 2001
+--- Makefile.orig Fri Nov 23 22:27:59 2001
++++ Makefile Sat Jun 29 11:29:34 2002
@@ -3,9 +3,10 @@
CHAR_SIZE=16
@@ -7,9 +7,8 @@
-CC= gcc
+CC?= gcc
GCCFLAGS= -Wall -ansi -pedantic
--CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
+ # HP-UX users may need to add -D_HPUX_SOURCE
+CFLAGS?= -O
-+CFLAGS+= $(GCCFLAGS) $(DEBUG) -DCHAR_SIZE=$(CHAR_SIZE)
+ CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
LDFLAGS= $(DEBUG)
- # You may well have to change this line. Just "LIBS=" will probably work.