diff options
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 98ad5bae9a0c..ff7f8ced8064 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -167,10 +167,8 @@ CONFIGURE_ARGS+= --enable-v4-mapped .if defined(WITH_THREADS) CONFIGURE_ARGS+= --enable-threads -. if ${OSVERSION} > 500023 -. if ${ARCH} == i386 +. if ${ARCH} == i386 CONFIGURE_ARGS+= --enable-nonportable-atomics -. endif . endif .endif |