summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2016-01-20 13:29:29 +0000
committerkhorben <khorben@pkgsrc.org>2016-01-20 13:29:29 +0000
commitc51400452d994758d111aaa4ea071275f2fac47b (patch)
treedea3da4e61da2a77e7b9081e71351c2e3fdcb9d5 /www/apache22
parent1ae1ff352abea1e7c608a49264e5bf050c916480 (diff)
downloadpkgsrc-c51400452d994758d111aaa4ea071275f2fac47b.tar.gz
Remove support for APACHE_CUSTOM_CFLAGS
This goes as far back as 2001 (mk.conf.example) but there should not be any reason to explicitly set CFLAGS for specific packages. In practice this even fixes support for global CFLAGS in www/apache{22,24}. ok gdt@
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 2aa3b8221ce..855e3be53cb 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2015/11/12 15:21:51 prlw1 Exp $
+# $NetBSD: Makefile,v 1.107 2016/01/20 13:29:30 khorben Exp $
DISTNAME= httpd-2.2.31
PKGNAME= ${DISTNAME:S/httpd/apache/}
@@ -25,9 +25,6 @@ CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ARGS+= --enable-so
CONFIGURE_ENV+= perlbin=${PERL5:Q}
CONFIGURE_ENV+= ac_cv_path_RSYNC=/nonexistent
-CONFIGURE_ARGS+= CFLAGS=${APACHE_CUSTOM_CFLAGS:M*:Q}
-
-BUILD_DEFS+= APACHE_CUSTOM_CFLAGS
# Apache Portable Runtime library configure options
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}