sys-libs/db: pass EPREFIX to --with-tcl path to fix prefix builds #592672
authorMike Frysinger <vapier@gentoo.org>
Thu, 8 Dec 2016 06:13:50 +0000 (01:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 8 Dec 2016 06:14:23 +0000 (01:14 -0500)
12 files changed:
sys-libs/db/db-4.2.52_p5-r1.ebuild
sys-libs/db/db-4.3.29_p1-r1.ebuild
sys-libs/db/db-4.4.20_p4-r1.ebuild
sys-libs/db/db-4.5.20_p2-r1.ebuild
sys-libs/db/db-4.6.21_p4.ebuild
sys-libs/db/db-4.7.25_p4.ebuild
sys-libs/db/db-4.8.30-r2.ebuild
sys-libs/db/db-5.1.29-r1.ebuild
sys-libs/db/db-5.3.28-r2.ebuild
sys-libs/db/db-6.0.35.ebuild
sys-libs/db/db-6.1.29.ebuild
sys-libs/db/db-6.2.23.ebuild

index 50c1c7ce0c5ce2973f228c607da025791574de59..c0b98c75f97d98b5a656b1f448f4bea60adc51b7 100644 (file)
@@ -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)"
index 22691b4c2bae5d3051c6c2eeb4f33d2a2180d8bd..5aa0eb86db3b41a5cc276012130788a85006c340 100644 (file)
@@ -93,7 +93,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)"
index 4c302947ccac0dffce1216ae0a569cea59ab09c3..16d94fee3767b3ae27c7e8944315a7c9502e9194 100644 (file)
@@ -87,7 +87,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)"
index f4e950a38ed7872c20d4f2a169bc1ba09fa0250c..2395c4105f480542981f2bdf2d8eedc60d2cea45 100644 (file)
@@ -97,7 +97,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)"
index 1ae934016598b5688ec84f6b216341f988931dcd..04423a10f31050f48f25986aab153692229b1de8 100644 (file)
@@ -90,7 +90,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)"
index 263855b598b3dda6c81139db6cff2bf9c5524bf7..153588fabb067a64e9943e9684ae8a71c66012e7 100644 (file)
@@ -104,7 +104,7 @@ src_compile() {
        # Bug #270851: test needs TCL support
        if use tcl || use test ; then
                myconf="${myconf} --enable-tcl"
-               myconf="${myconf} --with-tcl=/usr/$(get_libdir)"
+               myconf="${myconf} --with-tcl=${EPREFIX}/usr/$(get_libdir)"
        else
                myconf="${myconf} --disable-tcl"
        fi
index 4c9fb9bab079e9e4ea620c6dfe96cc1bcaf01c02..93cbd4b895d4e6239e1c508efb22acd71f092d81 100644 (file)
@@ -118,7 +118,7 @@ multilib_src_configure() {
        if use tcl || use test ; then
                myconf+=(
                        --enable-tcl
-                       --with-tcl=/usr/$(get_libdir)
+                       --with-tcl="${EPREFIX}/usr/$(get_libdir)"
                )
        else
                myconf+=(--disable-tcl )
index 56f1dc12c0370ba04f84768ad9087ee35ab3eb54..d17802613198f13a82fb400d7ec7ccd42d96316c 100644 (file)
@@ -125,7 +125,7 @@ src_configure() {
        # Bug #270851: test needs TCL support
        if use tcl || use test ; then
                myconf="${myconf} --enable-tcl"
-               myconf="${myconf} --with-tcl=/usr/$(get_libdir)"
+               myconf="${myconf} --with-tcl=${EPREFIX}/usr/$(get_libdir)"
        else
                myconf="${myconf} --disable-tcl"
        fi
index 39467acab629318e0a81660aa7b2f33d92138a92..703084c98b42f35459576accf1cdc90782a04cfe 100644 (file)
@@ -136,7 +136,7 @@ multilib_src_configure() {
        if use tcl || use test ; then
                myconf+=(
                        --enable-tcl
-                       --with-tcl=/usr/$(get_libdir)
+                       --with-tcl="${EPREFIX}/usr/$(get_libdir)"
                )
        else
                myconf+=(--disable-tcl )
index 0a25922d24e9321d599c8dcf1cb807de9ab95093..0ebd996d2cfbc8d4d4307e937f537382681e584b 100644 (file)
@@ -134,7 +134,7 @@ multilib_src_configure() {
        if use tcl || use test ; then
                myconf+=(
                        --enable-tcl
-                       --with-tcl=/usr/$(get_libdir)
+                       --with-tcl="${EPREFIX}/usr/$(get_libdir)"
                )
        else
                myconf+=(--disable-tcl )
index 958b05b43a530b9ff0399058d618818bb3a0743e..412ab73af23c5adf14c0ccac344088634d526449 100644 (file)
@@ -134,7 +134,7 @@ multilib_src_configure() {
        if use tcl || use test ; then
                myconf+=(
                        --enable-tcl
-                       --with-tcl=/usr/$(get_libdir)
+                       --with-tcl="${EPREFIX}/usr/$(get_libdir)"
                )
        else
                myconf+=(--disable-tcl )
index 0e74e48d1f44bdbd2f27b9895e75c796a04271cd..b0dfbe963d9fed1e92c964a9934576e90bcc5c37 100644 (file)
@@ -139,7 +139,7 @@ multilib_src_configure() {
        if use tcl || use test ; then
                myconf+=(
                        --enable-tcl
-                       --with-tcl=/usr/$(get_libdir)
+                       --with-tcl="${EPREFIX}/usr/$(get_libdir)"
                )
        else
                myconf+=(--disable-tcl )