BROKEN on ia64 and sparc64: Does not build
Approved by: portmgr (self)
This commit is contained in:
parent
a529049054
commit
a5232f8056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132012
1 changed files with 7 additions and 1 deletions
|
@ -17,4 +17,10 @@ COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
|
|||
|
||||
MAN1= amrdecoder.1 amrencoder.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not build on ia64 or sparc64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue