From 10ac46cd7bcf0f712dbb48c7d24c17787938f8f9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 23 Aug 2006 13:29:36 +0000 Subject: - Does not compile on ia64 Submitted by: pointyhat via kris mail Approved by: krion (mentor) --- games/deal/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/deal') diff --git a/games/deal/Makefile b/games/deal/Makefile index b5ec250cc1e2..e04fc4faed33 100644 --- a/games/deal/Makefile +++ b/games/deal/Makefile @@ -25,4 +25,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/deal ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/deal.1 ${PREFIX}/man/man1 -.include +.include + +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + +.include -- cgit v1.2.3