freebsd-ports/mail/dsbl-testers/files/patch-firestring_firemake_makefiletop
Mark Linimon 0a40c91763 Fix build failure on i386, due to firestring dependency that now requires
GCC 3.2 / C99 support.

PR:		ports/66375
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2004-05-12 02:24:35 +00:00

11 lines
367 B
Text

--- firestring/firemake/makefiletop.orig Sun May 9 01:02:34 2004
+++ firestring/firemake/makefiletop Sun May 9 01:03:05 2004
@@ -3,7 +3,7 @@
#require make
#phase makefile
dispn "Writing Makefile top entries..."
-if test "$MAKE_CONDSET" = "y"; then
+if test "$MAKE_CONDSET" = "never"; then
$ECHO "PREFIX ?= $FM_PREFIX"
if test "$FM_MANDIRSTRICT" = "y"; then