diff options
author | pav <pav@FreeBSD.org> | 2004-04-02 13:50:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-02 13:50:21 +0800 |
commit | f23fed4478a3c5d6fbd89636a56d6da6b843cd24 (patch) | |
tree | 258bb72756206b8a56cd0c13ce538ac6334112a8 /audio/faad | |
parent | 73dbee83e22c584ab04923336ca1d43797e2e340 (diff) | |
download | freebsd-ports-gnome-f23fed4478a3c5d6fbd89636a56d6da6b843cd24.tar.gz freebsd-ports-gnome-f23fed4478a3c5d6fbd89636a56d6da6b843cd24.tar.zst freebsd-ports-gnome-f23fed4478a3c5d6fbd89636a56d6da6b843cd24.zip |
- Mark IGNORE for amd64, it builds but does not work properly.
PR: ports/64964
Submitted by: tjr
Approved by: maintainer
Diffstat (limited to 'audio/faad')
-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> |