summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-01-19 14:57:30 +0100
committerFabian Groffen <grobian@gentoo.org>2017-01-19 14:57:38 +0100
commit878285d6d53aad604ee871dc206688c52305c0ba (patch)
tree4e88eb9d248c82bdbf0fc1d06babd203b56b9abf
parentmail-filter/pypolicyd-spf: remove old 1.x version. (diff)
downloadgentoo-878285d6d53aad604ee871dc206688c52305c0ba.tar.gz
gentoo-878285d6d53aad604ee871dc206688c52305c0ba.tar.bz2
gentoo-878285d6d53aad604ee871dc206688c52305c0ba.zip
media-libs/libjpeg-turbo: use bash from Prefix, bug #606442
Package-Manager: portage-2.3.0
-rw-r--r--media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
index 0b2fbc7f3d7a..be6b8f2547fc 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -59,7 +59,7 @@ multilib_src_configure() {
[[ ${ABI} == "x32" ]] && myconf+=( --without-simd ) #420239
# Force /bin/bash until upstream generates a new version. #533902
- CONFIG_SHELL=/bin/bash \
+ CONFIG_SHELL="${EPREFIX}"/bin/bash \
ECONF_SOURCE=${S} \
econf \
$(use_enable static-libs static) \