aboutsummaryrefslogtreecommitdiffstats
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-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/rxp/files/patch-aa b/textproc/rxp/files/patch-aa
new file mode 100644
index 000000000000..70007f28fd28
--- /dev/null
+++ b/textproc/rxp/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile.orig Fri Mar 9 20:55:41 2001
++++ Makefile Fri Mar 9 20:55:58 2001
+@@ -3,9 +3,10 @@
+ CHAR_SIZE=16
+
+ DEBUG= -g
+-CC= gcc
++CC?= gcc
+ GCCFLAGS= -Wall -ansi -pedantic
+-CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE)
++CFLAGS?= -O
++CFLAGS+= $(GCCFLAGS) $(DEBUG) -DCHAR_SIZE=$(CHAR_SIZE)
+ LDFLAGS= $(DEBUG)
+
+ # You may well have to change this line. Just "LIBS=" will probably work.