diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-11-03 15:22:39 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-11-03 15:22:39 +0000 |
commit | 26025fb7cdfe6aece3b42c1cb52a925c891c7e51 (patch) | |
tree | e63e5e2c5d0f1b6d177b8ceb74819834fe3e7ca2 /x11-wm/afterstep | |
parent | Do not use bundled libungif, bug #253259 (diff) | |
download | historical-26025fb7cdfe6aece3b42c1cb52a925c891c7e51.tar.gz historical-26025fb7cdfe6aece3b42c1cb52a925c891c7e51.tar.bz2 historical-26025fb7cdfe6aece3b42c1cb52a925c891c7e51.zip |
Do not use bundled libungif, bug #253259
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.9.ebuild b/x11-wm/afterstep/afterstep-2.2.9.ebuild index f6e8f6db830c..f7c4901f8bb0 100644 --- a/x11-wm/afterstep/afterstep-2.2.9.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.2 2009/11/03 15:21:55 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.3 2009/11/03 15:22:39 voyageur Exp $ EAPI=2 inherit autotools flag-o-matic eutils @@ -49,7 +49,7 @@ src_prepare() { # Do not use bundled libungif, bug #253259 sed -e '/--with-builtin-gif/s/$with_gif/no/' \ -i autoconf/configure.in || die "bundled gif sed failed" - + cd "${S}"/autoconf || die "cd autoconf failed" eautoreconf cp "${S}"/autoconf/autoconf/config.h.in "${S}"/autoconf || die "cp failed" |