aboutsummaryrefslogtreecommitdiff
path: root/games/euchre
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:42:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-29 20:42:04 +0000
commit86a1054cb65f8cceadb4ef7e6772480826889505 (patch)
tree4745745a094cd408bc49034be624a5967a035dec /games/euchre
parent00f5b8e8d982d5fddbec1097a9934dadee5ec924 (diff)
downloadports-86a1054cb65f8cceadb4ef7e6772480826889505.tar.gz
ports-86a1054cb65f8cceadb4ef7e6772480826889505.zip
Notes
Diffstat (limited to 'games/euchre')
-rw-r--r--games/euchre/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile
index 0d06aecec8cf..48d88ef74e7d 100644
--- a/games/euchre/Makefile
+++ b/games/euchre/Makefile
@@ -20,9 +20,15 @@ USE_GNOME= gtk12
CFLAGS+= -include "${FILESDIR}/std-namespace.h" -Werror
MAKE_JOBS_SAFE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
post-patch:
${REINPLACE_CMD} 's,char,const char,' \
${WRKSRC}/src/pixmaps/*.xpm \
${WRKSRC}/src/pixmaps/pixmaps.?pp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>