svn commit: r355580 - head/multimedia/ffmpeg2theora

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 22:33:45 UTC 2014


Author: bapt
Date: Tue May 27 22:33:44 2014
New Revision: 355580
URL: http://svnweb.freebsd.org/changeset/ports/355580
QAT: https://qat.redports.org/buildarchive/r355580/

Log:
  Fix after scons.mk changes
  
  Really scons is horrid

Modified:
  head/multimedia/ffmpeg2theora/Makefile

Modified: head/multimedia/ffmpeg2theora/Makefile
==============================================================================
--- head/multimedia/ffmpeg2theora/Makefile	Tue May 27 22:09:21 2014	(r355579)
+++ head/multimedia/ffmpeg2theora/Makefile	Tue May 27 22:33:44 2014	(r355580)
@@ -15,9 +15,8 @@ LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/m
 		libkate.so:${PORTSDIR}/multimedia/libkate \
 		libtheora.so:${PORTSDIR}/multimedia/libtheora
 
-USE_BZIP2=	yes
-USES=		iconv pkgconfig scons
-MAKE_ENV=	APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}"
+USES=		iconv pkgconfig scons tar:bzip2
+MAKE_ENV=	APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}" CCFLAGS="${CPPFLAGS}"
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}


More information about the svn-ports-all mailing list