summaryrefslogtreecommitdiff
path: root/emulators/vba/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-07-21 00:03:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-07-21 00:03:11 +0000
commitf03f93f5bdb211b7bbb6a0fd3c09d14497184f90 (patch)
tree82081dde0c32bf850f6bf74226a51deceaa9ca4a /emulators/vba/Makefile
parentBROKEN on >= 5.x: Does not compile (diff)
BROKEN on ia64 and sparc64: Runaway cc1plus process
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r--emulators/vba/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 726b80a452eb..c9a4e1f37c36 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