- Fix build with gcc-3.4 by removing warnflags

PR:		ports/70197
Submitted by:	Andrew Thompson <andy@fud.org.nz> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-08-09 17:42:35 +00:00
parent 6857258b4c
commit 2a415f7672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115755

View File

@ -5,7 +5,7 @@
LDFLAGS=-g LDFLAGS=-g
-CFLAGS=-g -O $(WARNFLAGS) -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 # Uncomment this if you are using pfflowd on OpenBSD <=3.4
-#CFLAGS+=-DOLD_PFSYNC -#CFLAGS+=-DOLD_PFSYNC