1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/databases/gnats/files/patch-aa
Paul Traina 3d73c1c849 Update to 3.112
Submitted by:	 Martti Kuparinen <martti@research.zopps.fi>
1999-09-27 19:59:00 +00:00

21 lines
498 B
Plaintext

--- Makefile.in.orig Thu Nov 5 21:54:07 1998
+++ Makefile.in Sun Sep 26 07:45:19 1999
@@ -68,7 +68,7 @@
HOST_PREFIX_1 = loser-
# These flag values are normally overridden by the configure script.
-CFLAGS = -g
+CFLAGS+= -g
CXXFLAGS = -g -O2
LIBCFLAGS = $(CFLAGS)
@@ -121,7 +121,7 @@
M4 = `if [ -f $$r/m4/m4 ] ; \
then echo $$r/m4/m4 ; \
- else echo m4 ; fi`
+ else echo gm4 ; fi`
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \