- Mark BROKEN on ia64.
PR: ports/79936 Submitted by: maintainer
This commit is contained in:
parent
86978f178f
commit
662d63837b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133426
2 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue