diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:24:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:24:06 +0000 |
commit | 10284319c881a1bfa82c56f77ff1e9fda63f1a23 (patch) | |
tree | 06d284088cc9ed25a4f980c545cc442f538506c4 /lang/pike76 | |
parent | BROKEN on ia64 and amd64: Can't link shared libraries to static (diff) |
BROKEN on !i386: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'lang/pike76')
-rw-r--r-- | lang/pike76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 63da13e0015b..89b886bb2e9e 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -81,8 +81,8 @@ USE_BISON= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" -BROKEN= "Build fails on sparc64 and amd64" +.if ${ARCH} != "i386" +BROKEN= "Build fails on !i386" .endif PLIST_SUB+= PORTVERSION=${PORTVERSION} |