diff options
author | mezz <mezz@FreeBSD.org> | 2004-10-15 06:09:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-10-15 06:09:08 +0800 |
commit | 60a50a9064bc5c0e3cf0c77994af48d2b7cb2996 (patch) | |
tree | 6e4f7a9a7861fc362b8af399f42462567aa394d7 /audio/faad | |
parent | 58be2b5ef62f9f859223daf9a82968d715cf12a2 (diff) | |
download | freebsd-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/Makefile | 3 |
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) |