diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-04 00:48:40 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-04 00:48:40 +0000 |
commit | 780aa1e2801a5d0137c2a76c4f5e6261f102f9b3 (patch) | |
tree | 578c35b173456b1dc7ca0160096938f7aa768d96 /emulators | |
parent | fbcc2215c297ad447aefb8795e0508b63c476e00 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |