Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/liblist/files: liblist-2.1-sharedlib.patch
Date: Sun, 03 Jan 2010 05:27:06
Message-Id: E1NRIzV-0004yR-6k@stork.gentoo.org
1 nerdboy 10/01/03 05:27:01
2
3 Modified: liblist-2.1-sharedlib.patch
4 Log:
5 Updated patch and converted to EAPI2 (closes bug 296648).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-libs/liblist/files/liblist-2.1-sharedlib.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblist/files/liblist-2.1-sharedlib.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblist/files/liblist-2.1-sharedlib.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblist/files/liblist-2.1-sharedlib.patch?r1=1.1&r2=1.2
14
15 Index: liblist-2.1-sharedlib.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblist/files/liblist-2.1-sharedlib.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- liblist-2.1-sharedlib.patch 5 Dec 2009 22:32:30 -0000 1.1
22 +++ liblist-2.1-sharedlib.patch 3 Jan 2010 05:27:00 -0000 1.2
23 @@ -7,7 +7,7 @@
24 +CC = cc
25 +LD = cc
26 MANDIR = /usr/share/man
27 - LIBDIR = /usr/lib64
28 + LIBDIR = /usr/lib
29 INCDIR = /usr/include
30
31 #add macro for ranlib 4/96 *kob* - ranlib doesn't exist on solaris