summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-03-31 14:14:02 +0000
committerSimon Stelling <blubb@gentoo.org>2006-03-31 14:14:02 +0000
commite89dd23caaf8c52123a1fbd6213ef9f50fe46f67 (patch)
tree168b7c870715117043c3ada7f219c175a6127674 /gnome-base
parentfix wrong libdir paths in .pc files (diff)
downloadgentoo-2-e89dd23caaf8c52123a1fbd6213ef9f50fe46f67.tar.gz
gentoo-2-e89dd23caaf8c52123a1fbd6213ef9f50fe46f67.tar.bz2
gentoo-2-e89dd23caaf8c52123a1fbd6213ef9f50fe46f67.zip
fix wrong libdir paths in .pc files
(Portage version: 2.1_pre6-r1)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/bonobo/ChangeLog7
-rw-r--r--gnome-base/bonobo/bonobo-1.0.22.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/gnome-base/bonobo/ChangeLog b/gnome-base/bonobo/ChangeLog
index a935503eafb1..e1a959ab2fe1 100644
--- a/gnome-base/bonobo/ChangeLog
+++ b/gnome-base/bonobo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/bonobo
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/ChangeLog,v 1.22 2005/06/04 02:47:11 halcy0n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/ChangeLog,v 1.23 2006/03/31 14:14:02 blubb Exp $
+
+ 31 Mar 2006; Simon Stelling <blubb@gentoo.org> bonobo-1.0.22.ebuild:
+ fix wrong libdir paths in .pc files
04 Jun 2005; <halcyon@gentoo.org> +files/bonobo-1.0.22-gcc4.patch,
bonobo-1.0.22.ebuild:
diff --git a/gnome-base/bonobo/bonobo-1.0.22.ebuild b/gnome-base/bonobo/bonobo-1.0.22.ebuild
index 98c4a88d98f0..63898cf814e0 100644
--- a/gnome-base/bonobo/bonobo-1.0.22.ebuild
+++ b/gnome-base/bonobo/bonobo-1.0.22.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.23 2005/06/04 02:47:11 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.24 2006/03/31 14:14:02 blubb Exp $
-inherit gnome.org libtool gnuconfig eutils
+inherit gnome.org libtool gnuconfig eutils multilib
DESCRIPTION="A set of language and system independent CORBA interfaces"
HOMEPAGE="http://www.gnome.org/"
@@ -26,6 +26,8 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-gcc4.patch
+ sed -i -e "s:libdir=@prefix@/lib:libdir=@prefix@/$(get_libdir):" \
+ libefs/libefs.pc.in
}
src_compile() {