diff options
author | 2011-09-23 17:52:32 +0000 | |
---|---|---|
committer | 2011-09-23 17:52:32 +0000 | |
commit | a2397524585e8e4304f2391d831c4ac9ba2c050c (patch) | |
tree | 588fc97aa94b6001690fa15edda99be72bd09b66 /sys-libs/zlib/zlib-1.2.5.1-r2.ebuild | |
parent | Version bump, EAPI4, fix install phase via patch instead of using helpers. Dr... (diff) | |
download | historical-a2397524585e8e4304f2391d831c4ac9ba2c050c.tar.gz historical-a2397524585e8e4304f2391d831c4ac9ba2c050c.tar.bz2 historical-a2397524585e8e4304f2391d831c4ac9ba2c050c.zip |
econf dies alone
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.5.1-r2.ebuild')
-rw-r--r-- | sys-libs/zlib/zlib-1.2.5.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild b/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild index e01908921581..6a56710c51ac 100644 --- a/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild +++ b/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild,v 1.2 2011/09/21 21:18:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.5.1-r2.ebuild,v 1.3 2011/09/23 17:52:32 jlec Exp $ inherit autotools eutils toolchain-funcs @@ -57,7 +57,7 @@ src_compile() { esac if use minizip ; then cd contrib/minizip - econf $(use_enable static-libs static) || die + econf $(use_enable static-libs static) emake || die fi } |