diff options
author | clement <clement@FreeBSD.org> | 2008-02-08 11:07:25 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-02-08 11:07:25 +0800 |
commit | 831124cd2e3855f6ad63a0d2995e6eb0f479c3ec (patch) | |
tree | df177d5141cf93908810d5d91facf9d83bb306b4 /www/apache20 | |
parent | c127762b852d72002e29fbb083f547a145276718 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |