summaryrefslogtreecommitdiff
path: root/multimedia/libtheora
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-06-29 19:27:59 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-06-29 19:27:59 +0000
commitb60f309b0cb3662650c2db58e988dc0b6ceda570 (patch)
treec3df93f863f31727feff1da4514bc89570ad023e /multimedia/libtheora
parentConvert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamically (diff)
Add USE_GCC=3.4+ to make it compile on 4.x.
PR: 99600 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> Approved by: maintainer arved (mentor)
Notes
Notes: svn path=/head/; revision=166626
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r--multimedia/libtheora/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index c87509fb1b2f..974322e0beaa 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -17,6 +17,7 @@ COMMENT= Theora video codec for the Ogg multimedia streaming system
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
+USE_GCC= 3.4+
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \