mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
the bug-gnats mailing list. There are a ton of bugfixes and some good new features (like user defined states). I should have used the makefile's patch code to deal with this, but the patches had differning formats and there were order dependancies, so I built these patch ffiles by hand.
23 lines
597 B
Text
23 lines
597 B
Text
Use the FSF m4 instead of the BSD m4, because the BSD m4 is reporting problems
|
|
processing config.c.in.
|
|
|
|
--- Makefile.in Mon Aug 18 14:52:43 1997
|
|
+++ Makefile.in Tue Aug 26 14:14:44 1997
|
|
@@ -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 ; \
|