aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-11-28 18:11:57 +0800
committerkrion <krion@FreeBSD.org>2004-11-28 18:11:57 +0800
commit8077ddba430604cbf5b1539687f9668aba8166b0 (patch)
tree52e2616843cef9762236939034d91cdcd8d58039 /emulators
parent5d3b687afe1084581165d914e707896bf24c1953 (diff)
downloadfreebsd-ports-gnome-8077ddba430604cbf5b1539687f9668aba8166b0.tar.gz
freebsd-ports-gnome-8077ddba430604cbf5b1539687f9668aba8166b0.tar.zst
freebsd-ports-gnome-8077ddba430604cbf5b1539687f9668aba8166b0.zip
Mark BROKEN on sparc64 - doesn't compile.
PR: ports/74325 Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fceu/Makefile5
-rw-r--r--emulators/fceux/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index a60627a9034a..2c277a12a142 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -9,7 +9,6 @@ PORTNAME= fceu
PORTVERSION= 0.98.12
CATEGORIES= emulators
MASTER_SITES= http://fceultra.sourceforge.net/releases/
-MASTER_SITE_SUBDIR= fceultra
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= xcas@cox.net
@@ -33,6 +32,10 @@ TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
pre-everything::
.if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL)
@${ECHO_MSG} "You can install technical documents"
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index a60627a9034a..2c277a12a142 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -9,7 +9,6 @@ PORTNAME= fceu
PORTVERSION= 0.98.12
CATEGORIES= emulators
MASTER_SITES= http://fceultra.sourceforge.net/releases/
-MASTER_SITE_SUBDIR= fceultra
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= xcas@cox.net
@@ -33,6 +32,10 @@ TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
pre-everything::
.if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL)
@${ECHO_MSG} "You can install technical documents"