diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-10-18 02:19:57 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-10-18 02:19:57 +0000 |
commit | 80bb188e4bfcca38b03446855687659c6f71993e (patch) | |
tree | 75f2943861f62135f559a9ac2806fa853c25d1c1 /audio | |
parent | 07c47ea81398751377213ecf9f01a00c45e9b3b8 (diff) | |
download | ports-80bb188e4bfcca38b03446855687659c6f71993e.tar.gz ports-80bb188e4bfcca38b03446855687659c6f71993e.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faad/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 5c529b9197a4..1743e7ec7282 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -39,10 +39,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + # mpeg4ip is broke for now, disable it. +.if ${OSVERSION} >= 502126 +.if !exists(${LOCALBASE}/lib/libmp4v2.so) WITHOUT_MPEG4IP=yes - -.include <bsd.port.pre.mk> +.endif +.endif .if defined(WITHOUT_MPEG4IP) PLIST_SUB+= WITHOUT_MPEG4IP="" PLUGIN="@comment " |