summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-02-12 21:45:28 +0000
committerMatti Bickel <mabi@gentoo.org>2012-02-12 21:45:28 +0000
commitfa588deefca11787977e6760c2aa68f484bace0a (patch)
tree46d4da3ed0046cdfa9ee962c87e97343b5cfc0cc /eclass
parentBug #326175: Help users with very old LDAP deploys (without the tags) to upgr... (diff)
downloadgentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.tar.gz
gentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.tar.bz2
gentoo-2-fa588deefca11787977e6760c2aa68f484bace0a.zip
fix building with fox:1.7
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog8
-rw-r--r--eclass/fox.eclass3
2 files changed, 9 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 0b3fb0310ec1..86579540ef8c 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.129 2012/02/12 14:17:33 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.130 2012/02/12 21:45:28 mabi Exp $
12 Feb 2012; Magnus Granberg <zorry@gentoo.org> toolchain.eclass:
PaX mark cc1 and cc1plus for bug 301299
@@ -34,6 +34,9 @@
09 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
Use check on configuration file instead of has_version for EAPI0 ebuilds
+ 12 Feb 2012; Matti Bickel <mabi@gentoo.org> fox.eclass:
+ fix eclass to also support building apps with fox:1.7
+
08 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> gnustep-base.eclass:
Force clang when using experimental libobjc2 support
@@ -100,6 +103,9 @@
19 Jan 2012; Michał Górny <mgorny@gentoo.org> git-2.eclass:
Strip .git from storedir; wrt bug #386845.
+ 19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-pear-lib-r1.eclass:
+ Removed superflous call to has_php from php-pear-lib-r1
+
19 Jan 2012; Matti Bickel <mabi@gentoo.org> php-ext-source-r2.eclass:
Added addpredict to src_configure phase because of bug #385403
diff --git a/eclass/fox.eclass b/eclass/fox.eclass
index ec65495f798c..06b26a840c98 100644
--- a/eclass/fox.eclass
+++ b/eclass/fox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.14 2011/12/27 17:55:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.15 2012/02/12 21:45:28 mabi Exp $
# @ECLASS: fox.eclass
# @MAINTAINER:
@@ -122,6 +122,7 @@ fox_src_prepare() {
sed -i \
-e "s:-I\$(top_srcdir)/include -I\$(top_builddir)/include:-I\$(includedir)/fox-${FOXVER}:" \
-e 's:$(top_builddir)/src/libFOX:-lFOX:' \
+ -e 's:$(top_builddir)/lib/libFOX:-lFOX:' \
-e 's:\.la::' \
${d}/Makefile.am || die "sed ${d}/Makefile.am error"
done