diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:39:47 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:39:47 +0000 |
commit | 662d63837b22f3b63bb2dbc23d4faf346bf5aec4 (patch) | |
tree | 4145110aef6d3b100294cc20fb0ad4b511a3d98b /irc | |
parent | 86978f178fa7b68b8040e41c8bcf9d46227747c5 (diff) | |
download | ports-662d63837b22f3b63bb2dbc23d4faf346bf5aec4.tar.gz ports-662d63837b22f3b63bb2dbc23d4faf346bf5aec4.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/riece-emacs21/Makefile | 8 | ||||
-rw-r--r-- | irc/riece/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile index d2c8cf4642f3..997210a9ed5a 100644 --- a/irc/riece-emacs21/Makefile +++ b/irc/riece-emacs21/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/irc/riece/Makefile b/irc/riece/Makefile index d2c8cf4642f3..997210a9ed5a 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -23,7 +23,13 @@ USE_GMAKE= yes INFO= riece-en riece-ja +.include <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |