diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-21 16:27:31 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-21 16:27:31 +0000 |
commit | a91fe9cbde6b30e0f3a22502ca17c056844116a7 (patch) | |
tree | 8ecff7e2b62a7a3ddc661469698e153c6b0dcead /media-libs/libmustux | |
parent | Add ~alpha (diff) | |
download | gentoo-2-a91fe9cbde6b30e0f3a22502ca17c056844116a7.tar.gz gentoo-2-a91fe9cbde6b30e0f3a22502ca17c056844116a7.tar.bz2 gentoo-2-a91fe9cbde6b30e0f3a22502ca17c056844116a7.zip |
added libtoolize call, fixes #82361
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/libmustux')
-rw-r--r-- | media-libs/libmustux/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmustux/libmustux-0.20.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libmustux/libmustux-0.20.2.ebuild | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/libmustux/ChangeLog b/media-libs/libmustux/ChangeLog index fcfd9fe50fab..4b9728d992dd 100644 --- a/media-libs/libmustux/ChangeLog +++ b/media-libs/libmustux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmustux -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.20 2004/10/20 19:34:47 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.21 2005/03/21 16:27:31 luckyduck Exp $ + + 21 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> libmustux-0.20.2.ebuild: + added libtoolize call, fixes #82361 20 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -files/libmustux-0.16.0-alsalib-fix.patch, -libmustux-0.16.0.ebuild, diff --git a/media-libs/libmustux/libmustux-0.20.1.ebuild b/media-libs/libmustux/libmustux-0.20.1.ebuild index 73af54fb33c5..6f35fd217d36 100644 --- a/media-libs/libmustux/libmustux-0.20.1.ebuild +++ b/media-libs/libmustux/libmustux-0.20.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.1.ebuild,v 1.7 2004/08/07 23:22:57 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.1.ebuild,v 1.8 2005/03/21 16:27:31 luckyduck Exp $ inherit kde-functions diff --git a/media-libs/libmustux/libmustux-0.20.2.ebuild b/media-libs/libmustux/libmustux-0.20.2.ebuild index b90d6cd496c5..3853a521c154 100644 --- a/media-libs/libmustux/libmustux-0.20.2.ebuild +++ b/media-libs/libmustux/libmustux-0.20.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2.ebuild,v 1.5 2004/09/01 17:13:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2.ebuild,v 1.6 2005/03/21 16:27:31 luckyduck Exp $ inherit kde-functions @@ -27,12 +27,13 @@ src_unpack() { unpack ${A} cd ${S} - export WANT_AUTOMAKE=1.7 export WANT_AUTOCONF=2.5 aclocal || die automake || die autoconf || die + + libtoolize --copy --force } src_compile() { |