From 53348590eb1f056b49a95d89ac3e9f79c82a7e70 Mon Sep 17 00:00:00 2001 From: flz Date: Fri, 15 Apr 2005 12:39:47 +0000 Subject: - Mark BROKEN on ia64. PR: ports/79936 Submitted by: maintainer --- irc/riece-emacs21/Makefile | 8 +++++++- irc/riece/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'irc') diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index d2c8cf4..997210a 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include + +.if ${ARCH} == "ia64" +BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include diff --git a/irc/riece/Makefile b/irc/riece/Makefile index d2c8cf4..997210a 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include + +.if ${ARCH} == "ia64" +BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.1