summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-19 17:03:39 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-19 17:03:39 +0000
commitc9612b56aedb82fe0b50f102f8c84f12f6104239 (patch)
tree17a68fde06fdda5b3524810dc05b67d6110916e5 /gnustep-base
parentamd64 stable, bug #189321. (diff)
downloadgentoo-2-c9612b56aedb82fe0b50f102f8c84f12f6104239.tar.gz
gentoo-2-c9612b56aedb82fe0b50f102f8c84f12f6104239.tar.bz2
gentoo-2-c9612b56aedb82fe0b50f102f8c84f12f6104239.zip
use get_libdir instead of fixed 'lib'
(Portage version: 2.1.2.11)
Diffstat (limited to 'gnustep-base')
-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`"