aboutsummaryrefslogtreecommitdiffstats
path: root/audio/faad/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-04-13 20:57:26 +0800
committerarved <arved@FreeBSD.org>2004-04-13 20:57:26 +0800
commit5cc0c971492094a2064be05e83afd9f27c4e1e12 (patch)
tree13bd8a30b95cae927623d08e67edeb162a746ca4 /audio/faad/Makefile
parent3cfbed5e5225936d485d646ccbcd479c73e0b15e (diff)
downloadfreebsd-ports-gnome-5cc0c971492094a2064be05e83afd9f27c4e1e12.tar.gz
freebsd-ports-gnome-5cc0c971492094a2064be05e83afd9f27c4e1e12.tar.zst
freebsd-ports-gnome-5cc0c971492094a2064be05e83afd9f27c4e1e12.zip
Make it work on 64bit platforms.
PR: 64964 Submitted by: tjr Obtained from: faad CVS
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r--audio/faad/Makefile6
1 files changed, 0 insertions, 6 deletions
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 <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>