summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-31 13:25:49 +0000
committerJustin Lecher <jlec@gentoo.org>2012-05-31 13:25:49 +0000
commit794460555348adf6c26a3abfba2b9c361355ae63 (patch)
tree1f0ab218177c4c5c9c47d8706b1a12e7fbfef3c6 /x11-libs
parentFixing RDEPEND (diff)
downloadgentoo-2-794460555348adf6c26a3abfba2b9c361355ae63.tar.gz
gentoo-2-794460555348adf6c26a3abfba2b9c361355ae63.tar.bz2
gentoo-2-794460555348adf6c26a3abfba2b9c361355ae63.zip
Correct searchpath to be sane on prefix without influence on plain installations
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/ChangeLog6
-rw-r--r--x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index f78d6e2a06a0..a91eddc84258 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.290 2012/05/29 14:37:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.291 2012/05/31 13:25:49 jlec Exp $
+
+ 31 May 2012; Justin Lecher <jlec@gentoo.org> wxGTK-2.8.12.1.ebuild:
+ Correct searchpath to be sane on prefix without influence on plain
+ installations
29 May 2012; Alexis Ballier <aballier@gentoo.org> wxGTK-2.8.12.1.ebuild:
keyword ~amd64-fbsd
diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
index d335c1d008f4..711dd7e7c6cf 100644
--- a/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.10 2012/05/29 14:37:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.11 2012/05/31 13:25:49 jlec Exp $
EAPI="4"
@@ -70,6 +70,9 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch # Bug #174874
epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch # Bug #310923
+ sed \
+ -e "/wx_cv_std_libpath/s: /usr: ${EPREFIX}/usr:g" \
+ -i configure || die
}
src_configure() {