From a4046dac8cf44bcbe078888a4b05452fc735ce27 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Fri, 1 Oct 2004 14:35:52 +0000 Subject: get_libdir-ized (#65871) --- sys-libs/db/db-4.1.25_p1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs/db/db-4.1.25_p1-r4.ebuild') 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 -- cgit v1.2.3-65-gdbad