diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-22 20:08:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-22 20:08:31 +0000 |
commit | 98de9f846857538063cafff6bae2f1b5ee9f1d74 (patch) | |
tree | 0473e809b06dd67b2f8f13a1be7ade0f40720ddf /media-tv | |
parent | Fix build with latest ffmpeg (diff) | |
download | gentoo-2-98de9f846857538063cafff6bae2f1b5ee9f1d74.tar.gz gentoo-2-98de9f846857538063cafff6bae2f1b5ee9f1d74.tar.bz2 gentoo-2-98de9f846857538063cafff6bae2f1b5ee9f1d74.zip |
stop using bindnow flags, bug #226981
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xdtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/xdtv/xdtv-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/xdtv/ChangeLog b/media-tv/xdtv/ChangeLog index df55b24b8b5d..7c52989f0500 100644 --- a/media-tv/xdtv/ChangeLog +++ b/media-tv/xdtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/xdtv # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.54 2008/09/22 20:05:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.55 2008/09/22 20:08:31 aballier Exp $ + + 22 Sep 2008; Alexis Ballier <aballier@gentoo.org> xdtv-2.4.0.ebuild: + stop using bindnow flags, bug #226981 22 Sep 2008; Alexis Ballier <aballier@gentoo.org> +files/xdtv-2.4.0-lavc.patch, xdtv-2.4.0.ebuild: diff --git a/media-tv/xdtv/xdtv-2.4.0.ebuild b/media-tv/xdtv/xdtv-2.4.0.ebuild index 15623f6c772e..9123bdddbef8 100644 --- a/media-tv/xdtv/xdtv-2.4.0.ebuild +++ b/media-tv/xdtv/xdtv-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.7 2008/09/22 20:05:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.8 2008/09/22 20:08:31 aballier Exp $ inherit eutils multilib flag-o-matic toolchain-funcs autotools @@ -151,7 +151,7 @@ src_compile() { --with-appdefaultsdir=${appdefaultsdir} \ || die "Configuration failed." - emake BINDNOW_FLAGS="$(bindnow-flags)" || die "Compilation failed." + emake || die "Compilation failed." # Build the extensions (i18n and theme libraries) extension_iter extension_compile |