From ee2e674c639bee75ba20b07c96c4883195540ed8 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 28 Nov 2004 02:51:10 +0000 Subject: Back out of last commit, this causes major problems with mpeg4ip with an endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed. --- audio/faac/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'audio') diff --git a/audio/faac/Makefile b/audio/faac/Makefile index df7b36c11a7..61a72b14bd4 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -31,12 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INSTALLS_SHLIB= yes -.include - -.if exists(${LOCALBASE}/lib/libmp4v2.a) || defined(WITH_MPEG4) || defined(WITH_MPEG4IP) -LIB_DEPENDS+= mp4.0:${PORTSDIR}/multimedia/mpeg4ip -.endif - pre-patch: build-depends post-patch: @@ -46,4 +40,4 @@ post-patch: ${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ ${WRKSRC}/aclocal.m4 -.include +.include -- cgit