diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 05:45:43 +0000 |
commit | 732ed0f5c963159aa7d855ec5b45a9586523b627 (patch) | |
tree | c292b51b1f4ded94895fabf02ff0800ffb065449 /lang/pike72/Makefile | |
parent | 0614155d8e87c90923fd938888d78807e91c125e (diff) | |
download | ports-732ed0f5c963159aa7d855ec5b45a9586523b627.tar.gz ports-732ed0f5c963159aa7d855ec5b45a9586523b627.zip |
Notes
Diffstat (limited to 'lang/pike72/Makefile')
-rw-r--r-- | lang/pike72/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index 6aee9746e5e5..2fa99dabd4b4 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -28,8 +28,6 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug \ - --with-double-precision \ - --with-long-double-precision \ --disable-rpath \ --without-rtldebug \ --without-cdebug \ @@ -54,8 +52,8 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Build fails on !i386" +.if ${ARCH} == "i386" +CONFIGURE_ARGS+= --with-long-double-precision .endif PLIST_SUB+= PORTVERSION=${PORTVERSION} |