diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-10-01 14:35:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-10-01 14:35:52 +0000 |
commit | a4046dac8cf44bcbe078888a4b05452fc735ce27 (patch) | |
tree | 57dad390789995f4da308b675369bdf8802e305f /sys-libs/db/db-4.1.25_p1-r4.ebuild | |
parent | get_libdir-ized (#65871) (diff) | |
download | gentoo-2-a4046dac8cf44bcbe078888a4b05452fc735ce27.tar.gz gentoo-2-a4046dac8cf44bcbe078888a4b05452fc735ce27.tar.bz2 gentoo-2-a4046dac8cf44bcbe078888a4b05452fc735ce27.zip |
get_libdir-ized (#65871)
Diffstat (limited to 'sys-libs/db/db-4.1.25_p1-r4.ebuild')
-rw-r--r-- | sys-libs/db/db-4.1.25_p1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.1.25_p1-r4.ebuild b/sys-libs/db/db-4.1.25_p1-r4.ebuild index 213f85db39f3..bdce3b33b47c 100644 --- a/sys-libs/db/db-4.1.25_p1-r4.ebuild +++ b/sys-libs/db/db-4.1.25_p1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.7 2004/09/09 12:36:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r4.ebuild,v 1.8 2004/10/01 14:33:56 blubb Exp $ inherit eutils gnuconfig db @@ -70,7 +70,7 @@ src_compile() { || myconf="${myconf} --disable-java" use tcltk \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/lib" \ + && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" if use java && [ -n "${JAVAC}" ]; then |