diff options
author | stefan <stefan@FreeBSD.org> | 2006-06-30 03:27:59 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-06-30 03:27:59 +0800 |
commit | 6132707b476b8d06e55b16b3bb4398d525f8469f (patch) | |
tree | cd08fc94e479a8daa4c86daedfd125c537548a83 /multimedia | |
parent | 94e7405820aacaa120851a1f552cd4c7e184906f (diff) | |
download | freebsd-ports-gnome-6132707b476b8d06e55b16b3bb4398d525f8469f.tar.gz freebsd-ports-gnome-6132707b476b8d06e55b16b3bb4398d525f8469f.tar.zst freebsd-ports-gnome-6132707b476b8d06e55b16b3bb4398d525f8469f.zip |
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)
Diffstat (limited to 'multimedia')
-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 " \ |