From 18438c7f25c709a5f9c349a69f45fcaf2e20378e Mon Sep 17 00:00:00 2001 From: Michael Weber <xmw@gentoo.org> Date: Tue, 27 Nov 2012 13:17:23 +0000 Subject: Fix ar invocation (bug 444926, thanks Agostino Sarubbo) (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) --- app-text/mupdf/mupdf-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/mupdf/mupdf-1.1.ebuild') diff --git a/app-text/mupdf/mupdf-1.1.ebuild b/app-text/mupdf/mupdf-1.1.ebuild index d8da77ebc53b..f51abf7acb22 100644 --- a/app-text/mupdf/mupdf-1.1.ebuild +++ b/app-text/mupdf/mupdf-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.3 2012/11/27 13:04:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.4 2012/11/27 13:17:23 xmw Exp $ EAPI=4 @@ -37,7 +37,7 @@ src_prepare() { src_compile() { use X || my_nox11="NOX11=yes MUPDF= " - emake CC="$(tc-getCC)" OS=Linux \ + emake CC="$(tc-getCC)" AR="$(tc-getAR)" OS=Linux \ build=debug verbose=true ${my_nox11} } -- cgit v1.2.3-65-gdbad