diff options
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 84e1424..516545b 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -79,6 +79,10 @@ USE_BISON= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |