summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-15 09:18:29 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-15 09:18:29 +0000
commitcfe97691f33c9eb97855588938ede9e016333403 (patch)
tree7756b996cb759c576efa21658faabeb3ac2e3987 /eclass/gtk-sharp-component.eclass
parentfixes support with pkgconfig-0.17, bug #92503 (diff)
downloadgentoo-2-cfe97691f33c9eb97855588938ede9e016333403.tar.gz
gentoo-2-cfe97691f33c9eb97855588938ede9e016333403.tar.bz2
gentoo-2-cfe97691f33c9eb97855588938ede9e016333403.zip
fixes support with pkgconfig-0.17, bug #92503
Diffstat (limited to 'eclass/gtk-sharp-component.eclass')
-rw-r--r--eclass/gtk-sharp-component.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass
index e580589e602a..6e03c2d6780a 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.10 2005/05/13 00:53:41 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.11 2005/05/15 09:18:29 cardoe Exp $
# Author : Peter Johanson <latexer@gentoo.org>
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -121,6 +121,9 @@ gtk-sharp-component_src_unpack() {
sed -i -e "s:sample::" ${S}/Makefile.in || die
cd ${S}/${GTK_SHARP_COMPONENT_BUILD_DIR}
+
+ # fixes support with pkgconfig-0.17, bug #92503
+ sed -i -e 's/\<PKG_PATH\>/GTK_SHARP_PKG_PATH/g' configure.in
gtk-sharp-component_fix_makefiles
}