diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 05:50:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-02 05:50:21 +0000 |
commit | d9b004340ff75d0c620cd77af5bf9e7318ae95a9 (patch) | |
tree | 7101056bf5a7fcfa66969276f5db70fb16418525 | |
parent | eab8a42f147a02deae24f3b0d16272addc5540cb (diff) | |
download | ports-d9b004340ff75d0c620cd77af5bf9e7318ae95a9.tar.gz ports-d9b004340ff75d0c620cd77af5bf9e7318ae95a9.zip |
- Mark IGNORE for amd64, it builds but does not work properly.
PR: ports/64964
Submitted by: tjr
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=105937
-rw-r--r-- | audio/faad/Makefile | 6 |
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> |