aboutsummaryrefslogtreecommitdiffstats
path: root/games/euchre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/euchre/Makefile')
-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>