From c9612b56aedb82fe0b50f102f8c84f12f6104239 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 19 Aug 2007 17:03:39 +0000 Subject: use get_libdir instead of fixed 'lib' (Portage version: 2.1.2.11) --- gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnustep-base') diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild index 7ed7d4d1229a..622a8ab579d6 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild,v 1.1 2007/08/18 14:52:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild,v 1.2 2007/08/19 17:03:39 grobian Exp $ -inherit gnustep-base +inherit gnustep-base multilib DESCRIPTION="Library of GUI classes written in Obj-C" HOMEPAGE="http://www.gnustep.org/" @@ -29,7 +29,7 @@ RDEPEND="${DEPEND}" src_compile() { egnustep_env - myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/lib" + myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/$(get_libdir)" use gif && myconf="$myconf --disable-ungif --enable-libgif" myconf="$myconf `use_enable jpeg`" myconf="$myconf `use_enable png`" -- cgit v1.2.3-65-gdbad