diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-03 05:39:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-03 05:39:28 +0800 |
commit | cd304a4f1c5840c2f6dc250c4864322d2183b479 (patch) | |
tree | e3553d0c6f58127c16e2427abb30b0050a8a9f7a /games/einstein/Makefile | |
parent | 0dc11bd7e607933d69c6701f8600730e28e01c40 (diff) | |
download | freebsd-ports-gnome-cd304a4f1c5840c2f6dc250c4864322d2183b479.tar.gz freebsd-ports-gnome-cd304a4f1c5840c2f6dc250c4864322d2183b479.tar.zst freebsd-ports-gnome-cd304a4f1c5840c2f6dc250c4864322d2183b479.zip |
[PATCH] games/einstein: Fix build with AMD64/GCC4.2
- Unbreak
- Fix build with AMD64 and GCC4.2
PR: ports/116832
Submitted by: Martin Wilke <miwi@FreeBSD.org>
Diffstat (limited to 'games/einstein/Makefile')
-rw-r--r-- | games/einstein/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
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 <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |