Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: freebsd.eclass
Date: Wed, 06 Jul 2011 05:41:15
Message-Id: 20110706054101.1E27F2004B@flycatcher.gentoo.org
1 aballier 11/07/06 05:41:01
2
3 Modified: freebsd.eclass
4 Log:
5 be a bit more restrictive on how to math libl so that it doesnt match liblzma
6
7 Revision Changes Path
8 1.17 eclass/freebsd.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?r1=1.16&r2=1.17
13
14 Index: freebsd.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- freebsd.eclass 5 Jul 2011 18:46:50 -0000 1.16
21 +++ freebsd.eclass 6 Jul 2011 05:41:01 -0000 1.17
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.16 2011/07/05 18:46:50 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.17 2011/07/06 05:41:01 aballier Exp $
27 #
28 # Diego Pettenò <flameeyes@g.o>
29
30 @@ -77,7 +77,7 @@
31 sed -i -e 's:-ltermcap:-lncurses:g; s:{LIBTERMCAP}:{LIBNCURSES}:g'
32 # flex provides libfl, not libl
33 find "${S}" -name Makefile -print0 | xargs -0 \
34 - sed -i -e 's:-ll:-lfl:g; s:{LIBL}:{LIBFL}:g'
35 + sed -i -e 's:-ll$:-lfl:g; s:-ll :-lfl :g; s:{LIBL}:{LIBFL}:g'
36 # ncurses provides libncursesw not libcursesw
37 find "${S}" -name Makefile -print0 | xargs -0 \
38 sed -i -e 's:-lcursesw:-lncursesw:g'