summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-04-22 21:12:56 +0100
committerJames Le Cuirot <chewi@gentoo.org>2019-04-22 21:12:56 +0100
commita27d234c27ac5c7da35fea6bb3873ae89b3c2ffa (patch)
treeb9cc628492897e393978a16ab8d714d103bc7012 /dev-libs
parentx11-terms/alacritty: bump to 0.3.1 (diff)
downloadgentoo-a27d234c27ac5c7da35fea6bb3873ae89b3c2ffa.tar.gz
gentoo-a27d234c27ac5c7da35fea6bb3873ae89b3c2ffa.tar.bz2
gentoo-a27d234c27ac5c7da35fea6bb3873ae89b3c2ffa.zip
dev-libs/boost: Fix incorrect use of EPREFIX
In the case of ICU_PATH, it still doesn't work when cross-compiling but this is due to an upstream bug where the build system tries to execute a native test binary. Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/boost/boost-1.70.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.70.0.ebuild b/dev-libs/boost/boost-1.70.0.ebuild
index d842d867d591..570df6cc8443 100644
--- a/dev-libs/boost/boost-1.70.0.ebuild
+++ b/dev-libs/boost/boost-1.70.0.ebuild
@@ -166,13 +166,13 @@ src_configure() {
-q
-d+2
pch=off
- $(usex icu "-sICU_PATH=${EPREFIX}/usr" '--disable-icu boost.locale.icu=off')
+ $(usex icu "-sICU_PATH=${ESYSROOT}/usr" '--disable-icu boost.locale.icu=off')
$(usex mpi '' '--without-mpi')
$(usex nls '' '--without-locale')
$(usex context '' '--without-context --without-coroutine --without-fiber')
$(usex threads '' '--without-thread')
--without-stacktrace
- --boost-build="${EPREFIX}"/usr/share/boost-build
+ --boost-build="${BROOT}"/usr/share/boost-build
--prefix="${ED}/usr"
--layout=system
# CMake has issues working with multiple python impls,