aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2008-02-08 11:07:25 +0800
committerclement <clement@FreeBSD.org>2008-02-08 11:07:25 +0800
commit831124cd2e3855f6ad63a0d2995e6eb0f479c3ec (patch)
treedf177d5141cf93908810d5d91facf9d83bb306b4 /www/apache20
parentc127762b852d72002e29fbb083f547a145276718 (diff)
downloadfreebsd-ports-gnome-831124cd2e3855f6ad63a0d2995e6eb0f479c3ec.tar.gz
freebsd-ports-gnome-831124cd2e3855f6ad63a0d2995e6eb0f479c3ec.tar.zst
freebsd-ports-gnome-831124cd2e3855f6ad63a0d2995e6eb0f479c3ec.zip
- Workaround a sh segfault on 6-STABLE
Reported by: many
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index 23b5fcdb9afe..3903d573aa18 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -138,6 +138,10 @@ CONFIGURE_ARGS+= --with-ldap \
.include "${APACHEDIR}/Makefile.modules"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 600023 && ${OSVERSION} < 700014 && ${ARCH} == i386
+BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
+.endif
+
.if exists(${LOCALBASE}/lib/libapr-0.so) || defined(WITH_APR_FROM_PORTS)
IGNORE= : apr from ports (WITH_APR_FROM_PORTS) is no longer supported
.endif