Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 22:33:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355580 - head/multimedia/ffmpeg2theora
Message-ID:  <201405272233.s4RMXiDM066004@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405272233.s4RMXiDM066004>