aboutsummaryrefslogtreecommitdiff
path: root/audio/amrcoder
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:30:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:30:05 +0000
commita5232f80563024656ce9b4a723fa62f31bfe118c (patch)
treeebf676be67598f269e6bf871575dca001fa92532 /audio/amrcoder
parenta5290490543c0f6d45bd4ad4601caf19769309ab (diff)
Notes
Diffstat (limited to 'audio/amrcoder')
-rw-r--r--audio/amrcoder/Makefile8
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>