aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fceu/Makefile4
-rw-r--r--emulators/fceux/Makefile4
-rw-r--r--emulators/vba/Makefile2
3 files changed, 1 insertions, 9 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index 3c4a5432a32..c752d7075bc 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -34,10 +34,6 @@ PLIST_DIRS= %%DOCSDIR%%
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
post-extract:
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/src/drivers/common/vidblit.c
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index 3c4a5432a32..c752d7075bc 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -34,10 +34,6 @@ PLIST_DIRS= %%DOCSDIR%%
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
-.endif
-
post-extract:
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/src/drivers/common/vidblit.c
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 8c780eb0338..a2555561ff3 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