aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rxp/files
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2002-06-29 13:35:23 +0800
committerjkoshy <jkoshy@FreeBSD.org>2002-06-29 13:35:23 +0800
commit8e06d0295d736ea4591ccbfa03851e491d667cbc (patch)
treed42633860be3ae557502281101d302a1bad20875 /textproc/rxp/files
parent249cbdddef3de9511e67439674157995431e4922 (diff)
downloadfreebsd-ports-gnome-8e06d0295d736ea4591ccbfa03851e491d667cbc.tar.gz
freebsd-ports-gnome-8e06d0295d736ea4591ccbfa03851e491d667cbc.tar.zst
freebsd-ports-gnome-8e06d0295d736ea4591ccbfa03851e491d667cbc.zip
Upgrade to v1.2.5.
Diffstat (limited to 'textproc/rxp/files')
-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.