From 5cc0c971492094a2064be05e83afd9f27c4e1e12 Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 13 Apr 2004 12:57:26 +0000 Subject: Make it work on 64bit platforms. PR: 64964 Submitted by: tjr Obtained from: faad CVS --- audio/faad/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'audio/faad/Makefile') diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 85b855c66740..2ed21fc85f48 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -55,12 +55,6 @@ 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