aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba
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
parenta7f90fdd5a4c7008f5694c518889f9f1fd1e2ca8 (diff)
downloadports-f03f93f5bdb211b7bbb6a0fd3c09d14497184f90.tar.gz
ports-f03f93f5bdb211b7bbb6a0fd3c09d14497184f90.zip
Notes
Diffstat (limited to 'emulators/vba')
-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