summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-07-21 00:03:11 +0000
committerkris <kris@FreeBSD.org>2005-07-21 00:03:11 +0000
commit7d440db53914567fc27a31e645fe950b545c3494 (patch)
tree156cf046171ede3ad59740b0a1c4321614070d90 /emulators
parentd200794a397a482cfba98e41a66a89db8560ceba (diff)
downloadFreeBSD-ports-7d440db53914567fc27a31e645fe950b545c3494.zip
FreeBSD-ports-7d440db53914567fc27a31e645fe950b545c3494.tar.gz
BROKEN on ia64 and sparc64: Runaway cc1plus process
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vba/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 726b80a..c9a4e1f 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -28,6 +28,10 @@ TARGET_DIR= ${PREFIX}/bin/
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Runaway cc1plus process"
+.endif
+
.if ( ${OSVERSION} < 500035 )
CFLAGS+= -O0
.endif
OpenPOWER on IntegriCloud