From c4d7d66612cd119a8c32a29239478fc65528107f Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 21:30:05 +0000 Subject: BROKEN on ia64 and sparc64: Does not build Approved by: portmgr (self) --- audio/amrcoder/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not build on ia64 or sparc64" +.endif + +.include -- cgit