From 5663132a21c8c41c378c0131f3b000d53bd3087f Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 11 May 2003 04:05:23 +0000 Subject: o For some reason configure is not propagating PTHREAD_LIBS to the makefiles in the SDL lib lines in the 5.x branch. Add PTHREAD_LIBS by hand on those. o Unmark BROKEN Submitted by: David Yeske --- multimedia/mpeg4ip/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index d27b9987eb10..d25b78a819c7 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Standards-based system to encode, stream and play MPEG-4 audio/video -BROKEN= "Does not compile" - BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ nasm:${PORTSDIR}/devel/nasm \ pkg-config:${PORTSDIR}/devel/pkgconfig @@ -132,6 +130,15 @@ post-configure: -n 10 ${REINPLACE_CMD} -E -e \ 's! (autoconf|autoheader|automake|aclocal)$$! ${TRUE}!; \ s|-Werror||g' +# configure is not propagating PTHREAD_LIBS to the makefiles +# investigated by David Yeske +#.if ${OSVERSION} >= 500000 + @${REINPLACE_CMD} -E \ + -e 's|(-lSDL)|${PTHREAD_LIBS} \1|' \ + ${WRKSRC}/player/src/Makefile \ + ${WRKSRC}/util/yuv/Makefile \ + ${WRKSRC}/util/iptv/Makefile +#.endif post-install: .ifndef(NOPORTDOCS) -- cgit v1.2.3