diff options
Diffstat (limited to 'emulators/vba/Makefile')
-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+ |