diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-25 20:02:52 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-25 20:02:52 +0000 |
commit | a8d497e4d791ec5c07497d2dac8be3d78afb85f9 (patch) | |
tree | ea2f5790fb0791e1aa5512ed741e886a0b11e034 /dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild | |
parent | Fixed X atom (diff) | |
download | historical-a8d497e4d791ec5c07497d2dac8be3d78afb85f9.tar.gz historical-a8d497e4d791ec5c07497d2dac8be3d78afb85f9.tar.bz2 historical-a8d497e4d791ec5c07497d2dac8be3d78afb85f9.zip |
Fixed multilib path.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild')
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild index 86275ea033e8..fa66bb943367 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild,v 1.7 2006/12/08 23:04:00 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.1.12.ebuild,v 1.8 2006/12/25 20:02:52 araujo Exp $ -inherit elisp-common flag-o-matic eutils toolchain-funcs +inherit multilib elisp-common flag-o-matic eutils toolchain-funcs DESCRIPTION="GNU Smalltalk" HOMEPAGE="http://www.gnu.org/software/smalltalk/smalltalk.html" @@ -37,8 +37,8 @@ src_compile() { `use_with emacs emacs` \ `use_with readline readline` \ `use_with gmp gmp` \ - `use_with tk tcl /usr/lib` \ - `use_with tk tk /usr/lib` \ + `use_with tk tcl /usr/$(get_libdir)` \ + `use_with tk tk /usr/$(get_libdir)` \ `use_enable gtk gtk` \ || die emake || die "emake failed" |