summaryrefslogtreecommitdiff
path: root/net-mgmt
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-mgmt
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-mgmt')
-rw-r--r--net-mgmt/nagios/Makefile2
-rw-r--r--net-mgmt/nagios12/Makefile2
-rw-r--r--net-mgmt/nagios2/Makefile2
3 files changed, 3 insertions, 3 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 \
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index 05ebe1bb238e..641691e52f08 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/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 \
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index 05ebe1bb238e..641691e52f08 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/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 \