diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-10 13:38:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-10 13:38:32 +0800 |
commit | b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf (patch) | |
tree | a6616d42102d9110db873f80c94af0e1b6729603 /emulators/vba | |
parent | 1f81d2c2f2aa6de6026d284352107a81125733d5 (diff) | |
download | freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.gz freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.tar.zst freebsd-ports-gnome-b0e0c5c5c79b4e9052d3ba109257efaf8c8ba7bf.zip |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
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 |