diff options
author | 2008-05-04 04:33:42 +0000 | |
---|---|---|
committer | 2008-05-04 04:33:42 +0000 | |
commit | 379f4c1cf10cb894a9654a69fb16bdc0bee6187e (patch) | |
tree | 126b5b5125f3706284a958cd5bb4e469b84f5323 /media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild | |
parent | Version bumped. This version has own support for newer ffmpeg. (diff) | |
download | historical-379f4c1cf10cb894a9654a69fb16bdc0bee6187e.tar.gz historical-379f4c1cf10cb894a9654a69fb16bdc0bee6187e.tar.bz2 historical-379f4c1cf10cb894a9654a69fb16bdc0bee6187e.zip |
Fixed compilation with gcc-3.4, Thanks to Peter Alfredsen <peter.alfredsen@gmail.com> for the patch, Bug #220165. Fixed quoting.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild')
-rw-r--r-- | media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild b/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild index 018c02f0d51d..e4979c414144 100644 --- a/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild +++ b/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.8 2007/06/29 07:18:14 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvb/libdvb-0.5.5.1-r3.ebuild,v 1.9 2008/05/04 04:33:41 zzam Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -24,6 +24,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-autotools.patch" epatch "${FILESDIR}/${P}-rename-analyze.patch" + epatch "${FILESDIR}/${P}-gcc43.patch" eautoreconf } @@ -33,10 +34,10 @@ src_install() { insinto /usr/$(get_libdir) make DESTDIR="${D}" PREFIX=/usr LIBDIR=$(get_libdir) install || die "Problem at make install" - cd ${D}/usr/bin + cd "${D}"/usr/bin mv dia dia_dvb - cd ${S} + cd "${S}" if use doc; then insinto "/usr/share/doc/${PF}/sample_progs" doins sample_progs/* |