1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/dns/totd/files/patch-Makefile.in
Pav Lucistnik 9a49082dc3 - Fix build on gcc 4.1
PR:		ports/110568
Submitted by:	Ed Schouten <ed@fxq.nl> (maintainer)

- While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
2007-03-25 21:21:40 +00:00

12 lines
479 B
Plaintext

--- Makefile.in Tue Mar 20 07:13:19 2007
+++ Makefile.in Tue Mar 20 07:14:28 2007
@@ -18,7 +18,7 @@
INSTALL = /usr/bin/install
-CFLAGS = @CFLAGS@ @DEFS@ -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
+CFLAGS = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
# When debugging is enabled by --enable-malloc-debug flag to the configure
# script, the @DBMALLOC@ substitution will contain the empty string, thus