summaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-13 00:54:57 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-13 00:54:57 +0000
commit7abc65f67c3f557385d67909dced6bcd1971241f (patch)
treea956cc6013cba7bb89716b023c5d3252d6b05af2 /www/suphp
parent- Update to 0.6.4 (diff)
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin With Hat: apache@
Notes
Notes: svn path=/head/; revision=254237
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index dc5e6b7b18d5..031879eb6213 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -20,12 +20,13 @@ USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:262:env libtool:22:env
# Maintainer has not tested suPHP 0.6.x on Apache 1.3.
USE_APACHE= 2.0+
+CFLAGS+= -I${LOCALBASE}/include
USE_PHP= yes
WANT_PHP_CGI= yes
MYPORTDOCS= apache/CONFIG apache/INSTALL apache/README CONFIG LICENSE INSTALL README
-CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include --with-apxs=${APXS}
+CONFIGURE_ARGS= CFLAGS="${CFLAGS}" --with-apxs=${APXS}
# WITH_SETID_MODE should be a value of "owner", "force", or "paranoid".
# It's important that you understand the differences between each mode.