From cd304a4f1c5840c2f6dc250c4864322d2183b479 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 2 Oct 2007 21:39:28 +0000 Subject: [PATCH] games/einstein: Fix build with AMD64/GCC4.2 - Unbreak - Fix build with AMD64 and GCC4.2 PR: ports/116832 Submitted by: Martin Wilke --- games/einstein/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'games/einstein/Makefile') diff --git a/games/einstein/Makefile b/games/einstein/Makefile index 52164a16661d..6988ac1a33f3 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -7,7 +7,7 @@ PORTNAME= einstein PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://games.flowix.com/files/einstein/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,15 +18,7 @@ COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein' USE_SDL= sdl ttf mixer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit