diff options
author | 2007-02-07 02:23:24 +0000 | |
---|---|---|
committer | 2007-02-07 02:23:24 +0000 | |
commit | 89ea08575405ce87fa5c9039149186f9fb233906 (patch) | |
tree | 921565c1193fa69483ce4b9225ab326ffdd7bd8f /media-libs | |
parent | Add patch to build with experimental alsa-lib without sequencer (midi) suppor... (diff) | |
download | gentoo-2-89ea08575405ce87fa5c9039149186f9fb233906.tar.gz gentoo-2-89ea08575405ce87fa5c9039149186f9fb233906.tar.bz2 gentoo-2-89ea08575405ce87fa5c9039149186f9fb233906.zip |
Run elibtoolize, I forgot about it.
(Portage version: 2.1.2-r8)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.1.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 44d36f9c3516..b4ace1a52011 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.452 2007/02/06 20:25:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.453 2007/02/07 02:23:24 flameeyes Exp $ 06 Feb 2007; Raúl Porcel <armin76@gentoo.org> xine-lib-1.1.3.ebuild, xine-lib-1.1.4.ebuild: fix x86 flag filtering, bug 149704 + 07 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.1.4.ebuild: + Run elibtoolize, I forgot about it. + 30 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xine-lib-1.1.3.ebuild: Fix libpostproc pkg-config check so that it does not bail out with newer version. Closes bug #164480. diff --git a/media-libs/xine-lib/xine-lib-1.1.4.ebuild b/media-libs/xine-lib/xine-lib-1.1.4.ebuild index a17c6d68e6fc..0676b1a269ca 100644 --- a/media-libs/xine-lib/xine-lib-1.1.4.ebuild +++ b/media-libs/xine-lib/xine-lib-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.4.ebuild,v 1.4 2007/02/06 20:25:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.4.ebuild,v 1.5 2007/02/07 02:23:24 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs libtool @@ -106,6 +106,7 @@ src_compile() { # So that the relative path is used to identify them. mkdir "${WORKDIR}/build" + elibtoolize ECONF_SOURCE="${S}" econf \ $(use_enable gnome gnomevfs) \ $(use_enable nls) \ |