diff options
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.pre.mk> -.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 |