summaryrefslogtreecommitdiff
path: root/net/nagios
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 14:29:10 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 14:29:10 +0000
commit270f1af12cb8ec417209d4d79a32e75949a1ef61 (patch)
tree4c8f77f0f8801f67cb7429bc4fa033837854dafc /net/nagios
parentFix typos in previous commit causing the previous change to effectively (diff)
bad Makefile.in's, they don't even see CPPFLAGS.
Notified by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=84878
Diffstat (limited to 'net/nagios')
-rw-r--r--net/nagios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nagios/Makefile b/net/nagios/Makefile
index 05ebe1bb238e..641691e52f08 100644
--- a/net/nagios/Makefile
+++ b/net/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 \