From 9f922aed757eb32a659347c1e382f720b5e5ae5b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 28 Oct 2005 06:18:06 +0000 Subject: BROKEN on ia64: Internal compiler error --- emulators/pearpc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators/pearpc') 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 +.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 -- cgit v1.2.3