Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: fox.eclass
Date: Sun, 31 Oct 2010 22:14:53
Message-Id: 20101031221444.4D94420051@flycatcher.gentoo.org
1 mabi 10/10/31 22:14:44
2
3 Modified: fox.eclass
4 Log:
5 update for use with fox-1.7
6
7 Revision Changes Path
8 1.10 eclass/fox.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/fox.eclass?r1=1.9&r2=1.10
13
14 Index: fox.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- fox.eclass 18 Sep 2010 11:11:34 -0000 1.9
21 +++ fox.eclass 31 Oct 2010 22:14:44 -0000 1.10
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.9 2010/09/18 11:11:34 mabi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.10 2010/10/31 22:14:44 mabi Exp $
27
28 # @ECLASS: fox.eclass
29 # @MAINTAINER:
30 @@ -101,6 +101,9 @@
31 # Respect system CXXFLAGS
32 sed -i -e 's:CXXFLAGS=""::' $confFile || die "sed ${confFile} error"
33
34 + # don't strip binaries
35 + sed -i -e '/LDFLAGS="-s ${LDFLAGS}"/d' $confFile || die "sed ${confFile} error"
36 +
37 # don't build apps from top-level (i.e. x11-libs/fox)
38 # utils == reswrap
39 local d
40 @@ -109,9 +112,10 @@
41 done
42
43 # use the installed reswrap for everything else
44 - for d in ${FOX_APPS} chart tests ; do
45 - sed -i -e 's:$(top_builddir)/utils/reswrap:reswrap:' \
46 - ${d}/Makefile.am || die "sed ${d}/Makefile.am error"
47 + for d in ${FOX_APPS} chart controlpanel tests ; do
48 + [[ -d ${d} ]] &&
49 + (sed -i -e 's:$(top_builddir)/utils/reswrap:reswrap:' \
50 + ${d}/Makefile.am || die "sed ${d}/Makefile.am error")
51 done
52
53 # use the installed headers and library for apps