summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-05-26 23:33:50 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-05-26 23:33:50 +0000
commit48778fe56455392cc061ba0ed6c590b71f206582 (patch)
tree534b17d9cb8d608edab0bf47799ce34f01d0c0fd /eclass/gtk-sharp-component.eclass
parentMultilib fixes. (diff)
downloadgentoo-2-48778fe56455392cc061ba0ed6c590b71f206582.tar.gz
gentoo-2-48778fe56455392cc061ba0ed6c590b71f206582.tar.bz2
gentoo-2-48778fe56455392cc061ba0ed6c590b71f206582.zip
Multilib fixes.
Diffstat (limited to 'eclass/gtk-sharp-component.eclass')
-rw-r--r--eclass/gtk-sharp-component.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass
index 6832530f5226..8b74385d71d5 100644
--- a/eclass/gtk-sharp-component.eclass
+++ b/eclass/gtk-sharp-component.eclass
@@ -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/eclass/gtk-sharp-component.eclass,v 1.15 2005/05/24 17:32:13 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.16 2005/05/26 23:33:50 herbs Exp $
# Author : Peter Johanson <latexer@gentoo.org>
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -126,6 +126,10 @@ gtk-sharp-component_src_unpack() {
# fixes support with pkgconfig-0.17, bug #92503
sed -i -e 's/\<PKG_PATH\>/GTK_SHARP_PKG_PATH/g' configure.in
+ # Use correct libdir in pkgconfig files
+ sed -i -e 's:^libdir.*:libdir=@libdir@:' \
+ ${S}/*/{,GConf}/*.pc.in || die
+
autoconf || die "autoconf failed"
# disable building of samples (#16015)