diff options
author | 2005-11-03 21:25:08 +0000 | |
---|---|---|
committer | 2005-11-03 21:25:08 +0000 | |
commit | 30445ae938cca75d6e43559fc117d280e1ebd305 (patch) | |
tree | 62031087da5ab6aa6f03d0725aae9d646c54efcc /media-gfx/gphoto2/gphoto2-2.1.4.ebuild | |
parent | Stable on hppa, ppc. See bug #111032. (diff) | |
download | gentoo-2-30445ae938cca75d6e43559fc117d280e1ebd305.tar.gz gentoo-2-30445ae938cca75d6e43559fc117d280e1ebd305.tar.bz2 gentoo-2-30445ae938cca75d6e43559fc117d280e1ebd305.zip |
fix elibtoolize before autotools (#106176)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-gfx/gphoto2/gphoto2-2.1.4.ebuild')
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.1.4.ebuild b/media-gfx/gphoto2/gphoto2-2.1.4.ebuild index 6196367b7130..7c91a1f04302 100644 --- a/media-gfx/gphoto2/gphoto2-2.1.4.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.1.4.ebuild,v 1.11 2005/05/09 00:26:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.1.4.ebuild,v 1.12 2005/11/03 21:25:08 liquidx Exp $ inherit libtool flag-o-matic @@ -27,9 +27,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { + aclocal elibtoolize - aclocal # -pipe does no work filter-flags -pipe |