aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-28 14:18:06 +0800
committerkris <kris@FreeBSD.org>2005-10-28 14:18:06 +0800
commit2a7ac1d4c7ff42ab4586fc78ce4736bfbf9e8941 (patch)
tree2b818ee5f97c8b05637762aa384765d546a628c4 /emulators
parent4faa282f8effd0c4039724d3bb432d62fe9bbbca (diff)
downloadfreebsd-ports-gnome-2a7ac1d4c7ff42ab4586fc78ce4736bfbf9e8941.tar.gz
freebsd-ports-gnome-2a7ac1d4c7ff42ab4586fc78ce4736bfbf9e8941.tar.zst
freebsd-ports-gnome-2a7ac1d4c7ff42ab4586fc78ce4736bfbf9e8941.zip
BROKEN on ia64: Internal compiler error
Diffstat (limited to 'emulators')
-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