commit:     43c63526ac29497b37a8f09b87c344d5d6008a9a
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri Feb  7 00:44:10 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Apr  8 07:24:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c63526

net-libs/libtorrent-rasterbar: support Gentoo Prefix

Without this, ./configure via ax_boost_base finds boost library on the
host system instead of in the prefix.

Closes: https://bugs.gentoo.org/716448
Closes: https://github.com/gentoo/gentoo/pull/14587
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild | 1 +
 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild
index 9d9ad977f83..bb697d414dd 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.3.ebuild
@@ -73,6 +73,7 @@ src_configure() {
                $(use_enable ssl encryption)
                $(use_enable static-libs static)
                $(use_enable test tests)
+               --with-boost="${EPREFIX}/usr"
                --with-libiconv
        )
        econf "${myeconfargs[@]}"

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild
index 2e6c5ab5e93..7a7fa09895c 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.5.ebuild
@@ -73,6 +73,7 @@ src_configure() {
                $(use_enable ssl encryption)
                $(use_enable static-libs static)
                $(use_enable test tests)
+               --with-boost="${EPREFIX}/usr"
                --with-libiconv
        )
        econf "${myeconfargs[@]}"

Reply via email to