diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-02-04 09:51:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-02-04 09:51:36 +0000 |
commit | 17be638b502fa463f3cb2d0eb784e9225c3f79b9 (patch) | |
tree | c35f698c34156e08d64a10680ee13688a34fcac3 /sci-libs/coinor-bcp | |
parent | Bump to version 0.2.2 (diff) | |
download | gentoo-2-17be638b502fa463f3cb2d0eb784e9225c3f79b9.tar.gz gentoo-2-17be638b502fa463f3cb2d0eb784e9225c3f79b9.tar.bz2 gentoo-2-17be638b502fa463f3cb2d0eb784e9225c3f79b9.zip |
Move preparations to src_prepare
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/coinor-bcp')
-rw-r--r-- | sci-libs/coinor-bcp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-libs/coinor-bcp/ChangeLog b/sci-libs/coinor-bcp/ChangeLog index ed9f97ee3ffe..cd6c5669cace 100644 --- a/sci-libs/coinor-bcp/ChangeLog +++ b/sci-libs/coinor-bcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/coinor-bcp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcp/ChangeLog,v 1.3 2014/02/04 07:57:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcp/ChangeLog,v 1.4 2014/02/04 09:51:36 jlec Exp $ + + 04 Feb 2014; Justin Lecher <jlec@gentoo.org> coinor-bcp-1.3.8.ebuild: + Move preparations to src_prepare 04 Feb 2014; Justin Lecher <jlec@gentoo.org> coinor-bcp-1.3.8.ebuild: Fix the common coinor pkg-config installation problem diff --git a/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild b/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild index 0313e4a8678a..603105fd9037 100644 --- a/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild +++ b/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild,v 1.3 2014/02/04 07:57:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/coinor-bcp/coinor-bcp-1.3.8.ebuild,v 1.4 2014/02/04 09:51:36 jlec Exp $ EAPI=5 @@ -28,14 +28,15 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MYPN}-${PV}/${MYPN}" src_prepare() { + # needed for the --with-coin-instdir + dodir /usr sed -i \ -e "s:lib/pkgconfig:$(get_libdir)/pkgconfig:g" \ configure || die autotools-utils_src_prepare } + src_configure() { - # needed for the --with-coin-instdir - dodir /usr local myeconfargs=( --enable-dependency-linking --with-coin-instdir="${ED}"/usr |