From 9f25b7e542ced937493e8ed2316fdf702a7c2b88 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 28 Nov 2004 10:11:57 +0000 Subject: Mark BROKEN on sparc64 - doesn't compile. PR: ports/74325 Submitted by: maintainer --- emulators/fceux/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emulators/fceux') 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 +.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" -- cgit v1.2.3