aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>