mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
9a49082dc3
PR: ports/110568 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) - While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
12 lines
479 B
Plaintext
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
|