summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-04 00:48:40 +0000
committerlinimon <linimon@FreeBSD.org>2006-07-04 00:48:40 +0000
commit780aa1e2801a5d0137c2a76c4f5e6261f102f9b3 (patch)
tree578c35b173456b1dc7ca0160096938f7aa768d96 /emulators
parentfbcc2215c297ad447aefb8795e0508b63c476e00 (diff)
downloadFreeBSD-ports-780aa1e2801a5d0137c2a76c4f5e6261f102f9b3.zip
FreeBSD-ports-780aa1e2801a5d0137c2a76c4f5e6261f102f9b3.tar.gz
Mark BROKEN on sparc64 due to internal compiler error. I don't know if this
has been reported to the gcc developers yet.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mednafen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 3a6e23a..4935024 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -42,6 +42,10 @@ PLIST_SUB+= NLS=""
FLAG_NLS= true
.endif
+.if ${ARCH}==sparc64
+BROKEN= does not compile on ${ARCH} due to internal compiler error
+.endif
+
pre-configure:
@${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure
OpenPOWER on IntegriCloud