diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:13:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:13:42 +0000 |
commit | c598ac767bf1b16e174d6cd6706f6deca6e5e886 (patch) | |
tree | 64719332a18f8c18193c1734eca1331c6229ff1b /lang/pike72 | |
parent | a860cdceca029994c19e3a161484ba3278e2719c (diff) |
Notes
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 |