aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-28 06:18:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-28 06:18:06 +0000
commit9f922aed757eb32a659347c1e382f720b5e5ae5b (patch)
tree7abf927ab69b729021c02237329d0b032ed933fd /emulators/pearpc
parentdbb55341058560e46657a62b1c0d52d3f50b45f2 (diff)
downloadports-9f922aed757eb32a659347c1e382f720b5e5ae5b.tar.gz
ports-9f922aed757eb32a659347c1e382f720b5e5ae5b.zip
BROKEN on ia64: Internal compiler error
Notes
Notes: svn path=/head/; revision=146533
Diffstat (limited to 'emulators/pearpc')
-rw-r--r--emulators/pearpc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 4e85deb336f9..aeb9446e9ae0 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -51,6 +51,10 @@ CONFIGURE_ARGS+= --enable-ui=x11
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= "Internal compiler error on ia64"
+.endif
+
# jitc_x86 is avaible only on x86
.if ${ARCH} == "i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm