summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-10-14 22:09:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-10-14 22:09:08 +0000
commitdd6c684229d45e948da30498b3bbfaf52b6f6e5b (patch)
tree5831fe877f773170fd969b68aeb4048ac2adbc39 /audio
parent- Chase checksum. Changes to documentation and $Id$ tags (diff)
Disable depend on mpeg4ip until new mpeg4ip is committed. The current mpeg4ip
is broke, so disable this to allow other apps to get build with faad. Requested by: Michael Johnson <ahze@ahze.net> (maintainer)
Notes
Notes: svn path=/head/; revision=119456
Diffstat (limited to 'audio')
-rw-r--r--audio/faad/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 01e988072f95..5c529b9197a4 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -39,6 +39,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
INSTALLS_SHLIB= yes
+# mpeg4ip is broke for now, disable it.
+WITHOUT_MPEG4IP=yes
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_MPEG4IP)