aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-10 01:42:35 +0800
committerpav <pav@FreeBSD.org>2004-08-10 01:42:35 +0800
commit7b9896ab5ac9171d71a2d1bf45f9e2184e3397c9 (patch)
tree084e304437f8dd8cda5ee118b057a3cfcf93eb28 /net
parentf2b2af4d03abd069f3c67cd10a1c0571483e4f42 (diff)
downloadfreebsd-ports-gnome-7b9896ab5ac9171d71a2d1bf45f9e2184e3397c9.tar.gz
freebsd-ports-gnome-7b9896ab5ac9171d71a2d1bf45f9e2184e3397c9.tar.zst
freebsd-ports-gnome-7b9896ab5ac9171d71a2d1bf45f9e2184e3397c9.zip
- Fix build with gcc-3.4 by removing warnflags
PR: ports/70197 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
Diffstat (limited to 'net')
-rw-r--r--net/pfflowd/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pfflowd/files/patch-Makefile b/net/pfflowd/files/patch-Makefile
index 7486e76b89ed..8bbd654c6dfb 100644
--- a/net/pfflowd/files/patch-Makefile
+++ b/net/pfflowd/files/patch-Makefile
@@ -5,7 +5,7 @@
LDFLAGS=-g
-CFLAGS=-g -O $(WARNFLAGS)
-+CFLAGS=-g -O $(WARNFLAGS) -I /usr/local/include/pf
++CFLAGS=-g -O -I /usr/local/include/pf
# Uncomment this if you are using pfflowd on OpenBSD <=3.4
-#CFLAGS+=-DOLD_PFSYNC