diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /emulators/vba/Makefile | |
parent | Update to 2.0.1. (diff) |
Now builds on sparc64
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r-- | emulators/vba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 8c780eb03382..a2555561ff3d 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -34,7 +34,7 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +.if ${ARCH} == "ia64" BROKEN= "Runaway cc1plus process" .endif |