diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
commit | 9168603ee2a4caf0184a678f8c87fd4c35b5309e (patch) | |
tree | beed789c375f11c48d387803bbb6f26ed98f78ab /www/apache20/Makefile | |
parent | 7d2247fbb14d14757e294626dc02ce359ccf9953 (diff) | |
download | ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.tar.gz ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.zip |
Notes
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 81946d9f805f..5c7ee3c2b4e8 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -139,7 +139,7 @@ CONFIGURE_ARGS+= --with-ldap \ .include "${APACHEDIR}/Makefile.modules" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600023 && ${OSVERSION} < 700014 && ${ARCH} == i386 +.if ${OSVERSION} < 700014 && ${ARCH} == i386 BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config .endif @@ -149,12 +149,8 @@ IGNORE= : apr from ports (WITH_APR_FROM_PORTS) is no longer supported .if defined(WITH_THREADS) CONFIGURE_ARGS+= --enable-threads -. if ${OSVERSION} > 500023 -. if ${ARCH} == i386 +. if ${ARCH} == i386 CONFIGURE_ARGS+= --enable-nonportable-atomics -. endif -. else -CFLAGS+= -DFREEBSD_THREAD_HACK . endif .endif |