diff options
author | kris <kris@FreeBSD.org> | 2004-06-15 19:40:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-15 19:40:01 +0800 |
commit | 097b5ade436c386019590e839b5399eb007e617c (patch) | |
tree | b4f037438e613a9ddcde75d1a267b9a0be0a419c /lang/pike76 | |
parent | b0c6edbdf29a93c90cb6f2bf22e368938ffb4c01 (diff) | |
download | freebsd-ports-gnome-097b5ade436c386019590e839b5399eb007e617c.tar.gz freebsd-ports-gnome-097b5ade436c386019590e839b5399eb007e617c.tar.zst freebsd-ports-gnome-097b5ade436c386019590e839b5399eb007e617c.zip |
Also broken on amd64
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 386e81bebc35..3bb56f32ea24 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -81,8 +81,8 @@ USE_BISON= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Build fails on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" +BROKEN= "Build fails on sparc64 and amd64" .endif PLIST_SUB+= PORTVERSION=${PORTVERSION} |