diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 05:13:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 05:13:42 +0800 |
commit | e7fa62a6a23c4408e69380d7e8d8bb54fbd259ec (patch) | |
tree | 7b0272da69dc0313644d621186bac49ee2e2d7fb /lang/pike72 | |
parent | cf477e0f6bb11ce5e134d99231ca90c3fe39153a (diff) | |
download | freebsd-ports-gnome-e7fa62a6a23c4408e69380d7e8d8bb54fbd259ec.tar.gz freebsd-ports-gnome-e7fa62a6a23c4408e69380d7e8d8bb54fbd259ec.tar.zst freebsd-ports-gnome-e7fa62a6a23c4408e69380d7e8d8bb54fbd259ec.zip |
BROKEN on alpha, amd64 and ia64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'lang/pike72')
-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 459efc7f967d..bfdd4e8cbb8b 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not build on alpha, amd64 or ia64" +.endif + .if ${ARCH} == "i386" CONFIGURE_ARGS+= --with-long-double-precision .endif |