diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-06-29 19:27:59 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-06-29 19:27:59 +0000 |
commit | b60f309b0cb3662650c2db58e988dc0b6ceda570 (patch) | |
tree | c3df93f863f31727feff1da4514bc89570ad023e /multimedia/libtheora | |
parent | c5833d958dc6b662c804706c73a2849ee08e5aec (diff) | |
download | ports-b60f309b0cb3662650c2db58e988dc0b6ceda570.tar.gz ports-b60f309b0cb3662650c2db58e988dc0b6ceda570.zip |
Notes
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 1 |
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 " \ |