diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-10-14 22:09:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-10-14 22:09:08 +0000 |
commit | dd6c684229d45e948da30498b3bbfaf52b6f6e5b (patch) | |
tree | 5831fe877f773170fd969b68aeb4048ac2adbc39 /audio/faad | |
parent | c65d14bdd4f3e40b37c52cdf04f62cf1c965af53 (diff) | |
download | ports-dd6c684229d45e948da30498b3bbfaf52b6f6e5b.tar.gz ports-dd6c684229d45e948da30498b3bbfaf52b6f6e5b.zip |
Notes
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) |