From d9b004340ff75d0c620cd77af5bf9e7318ae95a9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 2 Apr 2004 05:50:21 +0000 Subject: - Mark IGNORE for amd64, it builds but does not work properly. PR: ports/64964 Submitted by: tjr Approved by: maintainer --- audio/faad/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/faad') 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 +# 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 -- cgit v1.2.3