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
1997-02-19 04:35:01 +00:00

35 lines
891 B
Plaintext

Use the FSF m4 instead of the BSD m4, because the BSD m4 is reporting problems
processing config.c.in.
--- Makefile.in Mon Dec 2 14:45:56 1996
+++ Makefile.in Sun Feb 16 19:33:40 1997
@@ -65,7 +65,7 @@
# We don't specify -g -O because many compilers don't support -g -O,
# and/or -O is broken in and of itself.
-CFLAGS = -g
+CFLAGS += -g
LIBCFLAGS = $(CFLAGS)
CFLAGS_FOR_TARGET = $(CFLAGS)
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
@@ -104,7 +104,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/makeinfo ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
--- gnats/Makefile.in Mon Dec 2 14:45:57 1996
+++ gnats/Makefile.in Sun Feb 16 19:32:25 1997
@@ -126,7 +126,7 @@
LIBS = @LIBS@
KRBINCLUDE = @KRBINCLUDE@
-M4 = m4
+M4 = gm4
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi