summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-08 01:13:50 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-08 01:14:23 -0500
commit280d59cc34dc07bd5b88ebd8317e4e69baf8250f (patch)
tree01ff368c1d514c5d821e7f8f632f11e42c96d2f9 /sys-libs/db/db-4.2.52_p5-r1.ebuild
parentapp-crypt/pinentry: stabilise 0.9.7-r1 on amd64 (diff)
downloadgentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.tar.gz
gentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.tar.bz2
gentoo-280d59cc34dc07bd5b88ebd8317e4e69baf8250f.zip
sys-libs/db: pass EPREFIX to --with-tcl path to fix prefix builds #592672
Diffstat (limited to 'sys-libs/db/db-4.2.52_p5-r1.ebuild')
-rw-r--r--sys-libs/db/db-4.2.52_p5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.2.52_p5-r1.ebuild b/sys-libs/db/db-4.2.52_p5-r1.ebuild
index 50c1c7ce0c5c..c0b98c75f97d 100644
--- a/sys-libs/db/db-4.2.52_p5-r1.ebuild
+++ b/sys-libs/db/db-4.2.52_p5-r1.ebuild
@@ -92,7 +92,7 @@ src_compile() {
myconf="${myconf} $(use_enable cxx)"
use tcl \
- && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \
+ && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \
|| myconf="${myconf} --disable-tcl"
myconf="${myconf} $(use_enable java)"