From 7d8608ab13015da604725355ba888c212c9eb177 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 10 Nov 2011 05:38:32 +0000 Subject: Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.) Hat: portmgr --- emulators/vba/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'emulators/vba') diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 58e152d50738..b7f7647ea4d4 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -32,14 +32,10 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL .include -.if ${ARCH} == "ia64" +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Runaway cc1plus process .endif -.if ${ARCH} == "sparc64" -BROKEN= Fails to compile: internal gcc error -.endif - .ifdef(WITH_GTK2) PLIST_SUB= INSTALL_GTK2="" CONFIGURE_ARGS+= --enable-gtk=2.4 -- cgit v1.2.3