From a813521746051ce560e6a131672925ecb10b8eed Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jun 2013 02:33:13 +0000 Subject: Fix transposed emake #473370 by Michał Górny. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) --- sys-libs/zlib/zlib-1.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs/zlib/zlib-1.2.8.ebuild') diff --git a/sys-libs/zlib/zlib-1.2.8.ebuild b/sys-libs/zlib/zlib-1.2.8.ebuild index 8614c90aed6d..038bb04cffad 100644 --- a/sys-libs/zlib/zlib-1.2.8.ebuild +++ b/sys-libs/zlib/zlib-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8.ebuild,v 1.1 2013/05/04 03:52:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8.ebuild,v 1.2 2013/06/17 02:33:13 vapier Exp $ AUTOTOOLS_AUTO_DEPEND="no" inherit autotools toolchain-funcs multilib @@ -42,7 +42,6 @@ src_compile() { -e 's|@includedir@|${prefix}/include|g' \ -e 's|@VERSION@|'${PV}'|g' \ zlib.pc.in > zlib.pc || die - emake || die ;; *) # not an autoconf script, so can't use econf local uname=$(/usr/share/gnuconfig/config.sub "${CHOST}" | cut -d- -f3) #347167 @@ -52,6 +51,7 @@ src_compile() { --libdir=/usr/$(get_libdir) \ ${uname:+--uname=${uname}} \ || die + emake || die ;; esac if use minizip ; then -- cgit v1.2.3-65-gdbad