diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-10-03 07:55:17 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-10-03 07:55:17 +0000 |
commit | 35d19f5983d352ee0b74af54f57d0cfc6b565c06 (patch) | |
tree | a01f925514b1e6967104181e2ad9a6d7031fae69 /dev-libs/libmoe/libmoe-1.5.8-r2.ebuild | |
parent | Patch XMakefile to respect AR. #483744 (diff) | |
download | gentoo-2-35d19f5983d352ee0b74af54f57d0cfc6b565c06.tar.gz gentoo-2-35d19f5983d352ee0b74af54f57d0cfc6b565c06.tar.bz2 gentoo-2-35d19f5983d352ee0b74af54f57d0cfc6b565c06.zip |
Patch Makefile to respect AR. #483746
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-libs/libmoe/libmoe-1.5.8-r2.ebuild')
-rw-r--r-- | dev-libs/libmoe/libmoe-1.5.8-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild b/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild index 82beaa07a2c3..eb7d58aa05c2 100644 --- a/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild +++ b/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild,v 1.6 2012/07/01 18:24:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmoe/libmoe-1.5.8-r2.ebuild,v 1.7 2013/10/03 07:55:17 naota Exp $ inherit eutils multilib toolchain-funcs @@ -29,6 +29,7 @@ src_unpack() { -e "/^CF=/s:=:=${CFLAGS} :" \ -e "/^LF=/s:=:=${LDFLAGS} :" \ -e "s:=gcc:=$(tc-getCC):" \ + -e "/^AR=/s:=ar:=$(tc-getAR):" \ Makefile || die } |