BROKEN on ia64 and sparc64: Does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:30:05 +00:00
parent a529049054
commit a5232f8056
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132012

View file

@ -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>