aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-07-18 20:42:41 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-07-18 20:42:41 +0000
commitadb6a7588ba2c6aefd506bd6f2244a19fd7cc1b9 (patch)
tree299f327ca8bfab647746e070fcd2b654f6180bed
parent481e9059a755b35aec415ba02f796335b97a42f4 (diff)
downloadports-adb6a7588ba2c6aefd506bd6f2244a19fd7cc1b9.tar.gz
ports-adb6a7588ba2c6aefd506bd6f2244a19fd7cc1b9.zip
- add lost condition to apply the extra patch
for reproducible build MFH: 2016Q3
Notes
Notes: svn path=/head/; revision=418748
-rw-r--r--www/apache22/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 66489a1bdc9c..315bae7864f5 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -51,6 +51,10 @@ WITH_MPM?= prefork # or worker, event, itk, peruser
WITH_HTTP_PORT?= 80
WITH_SSL_PORT?= 443
+.if !defined(WITH_DEBUG)
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-server_buildmark.c
+.endif
+
.include "${APACHEDIR}/Makefile.options"
AUTHNZ_LDAP_CONFIGURE_ON= --enable-authnz-ldap