diff options
-rw-r--r-- | lang/pike72/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index 6b762f41bf43..f419ff7142be 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -54,6 +54,10 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Build fails on amd64" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |