aboutsummaryrefslogtreecommitdiffstats
path: root/audio/faad
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-10-15 06:09:08 +0800
committermezz <mezz@FreeBSD.org>2004-10-15 06:09:08 +0800
commit60a50a9064bc5c0e3cf0c77994af48d2b7cb2996 (patch)
tree6e4f7a9a7861fc362b8af399f42462567aa394d7 /audio/faad
parent58be2b5ef62f9f859223daf9a82968d715cf12a2 (diff)
downloadfreebsd-ports-gnome-60a50a9064bc5c0e3cf0c77994af48d2b7cb2996.tar.gz
freebsd-ports-gnome-60a50a9064bc5c0e3cf0c77994af48d2b7cb2996.tar.zst
freebsd-ports-gnome-60a50a9064bc5c0e3cf0c77994af48d2b7cb2996.zip
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)
Diffstat (limited to 'audio/faad')
-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)