aboutsummaryrefslogtreecommitdiff
path: root/audio/faad
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-02 05:50:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-02 05:50:21 +0000
commitd9b004340ff75d0c620cd77af5bf9e7318ae95a9 (patch)
tree7101056bf5a7fcfa66969276f5db70fb16418525 /audio/faad
parenteab8a42f147a02deae24f3b0d16272addc5540cb (diff)
downloadports-d9b004340ff75d0c620cd77af5bf9e7318ae95a9.tar.gz
ports-d9b004340ff75d0c620cd77af5bf9e7318ae95a9.zip
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 2ed21fc85f48..85b855c66740 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -55,6 +55,12 @@ post-configure:
.include <bsd.port.pre.mk>
+# No matter what file you try to play, it gives the error message:
+# Error: Pulse coding not allowed in short blocks.
+.if ${ARCH} == "amd64"
+IGNORE= Does not work
+.endif
+
CONFIGURE_ARGS+= --build=${CONFIGURE_TARGET}
.include <bsd.port.post.mk>