diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:24:52 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:24:52 +0000 |
| commit | e60a854aeeaf6f23296d25354d6f7a7422e4d665 (patch) | |
| tree | 0fd9ad1b701d917ccd9d45e07e7eb4ce0f2403a4 /emulators/vba | |
| parent | a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4 (diff) | |
Notes
Diffstat (limited to 'emulators/vba')
| -rw-r--r-- | emulators/vba/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index bead57f06690..8b3f185226ac 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -38,6 +38,10 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL BROKEN= Runaway cc1plus process .endif +.if ${ARCH} == "sparc64" +BROKEN= Fails to compile: internal gcc error +.endif + .ifdef(WITH_GTK2) PLIST_SUB= INSTALL_GTK2="" USE_GCC= 3.4+ |
