diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /emulators/vba | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) |
Notes
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 |