diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:30:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:30:05 +0000 |
commit | a5232f80563024656ce9b4a723fa62f31bfe118c (patch) | |
tree | ebf676be67598f269e6bf871575dca001fa92532 /audio | |
parent | BROKEN on sparc64: Does not build (diff) |
BROKEN on ia64 and sparc64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amrcoder/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/amrcoder/Makefile b/audio/amrcoder/Makefile index 95942b3857e0..61b4aa4a59e0 100644 --- a/audio/amrcoder/Makefile +++ b/audio/amrcoder/Makefile @@ -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> |