summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild')
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.12.0.ebuild6
1 files changed, 3 insertions, 3 deletions
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`"