sys-libs/db: pass EPREFIX to --with-tcl path to fix prefix builds #592672

This commit is contained in:
Mike Frysinger
2016-12-08 01:13:50 -05:00
parent 33996927c6
commit 280d59cc34
12 changed files with 12 additions and 12 deletions

View 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)"

View 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)"

View 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)"

View 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)"

View 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)"

View 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

View 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 )

View 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

View 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 )

View 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 )

View 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 )

View 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 )