aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 22:29:10 +0800
committersf <sf@FreeBSD.org>2003-07-14 22:29:10 +0800
commitefdb35a069a41c6bf55f27c6fd6511a4833140c7 (patch)
tree9b6972b680f780722bed81ebb8f5bc730c967ecb /net-mgmt/nagios
parent9be190aa9802662d7f954299a15f736a9c9a9704 (diff)
downloadfreebsd-ports-gnome-efdb35a069a41c6bf55f27c6fd6511a4833140c7.tar.gz
freebsd-ports-gnome-efdb35a069a41c6bf55f27c6fd6511a4833140c7.tar.zst
freebsd-ports-gnome-efdb35a069a41c6bf55f27c6fd6511a4833140c7.zip
bad Makefile.in's, they don't even see CPPFLAGS.
Notified by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'net-mgmt/nagios')
-rw-r--r--net-mgmt/nagios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 05ebe1bb238e..641691e52f08 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -28,7 +28,7 @@ GNU_CONFIGURE= yes
CPPFLAGS= ${INCGD} -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
- CFLAGS="${CFLAGS} ${INCGD}" \
+ CFLAGS="${CPPFLAGS} ${CFLAGS} ${INCGD}" \
LIBS="-L${LOCALBASE}/lib ${LIBGD}"
CONFIGURE_ARGS= --with-command-user=nagios \
--with-command-grp=www \