Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/wxsqlite3/files: wxsqlite3-3.0.6.1.pc.in
Date: Sat, 28 Dec 2013 22:30:01
Message-Id: 20131228222958.F351C2004C@flycatcher.gentoo.org
1 jlec 13/12/28 22:29:58
2
3 Modified: wxsqlite3-3.0.6.1.pc.in
4 Log:
5 dev-db/wxsqlite3: Fix pc file
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in?r1=1.1&r2=1.2
15
16 Index: wxsqlite3-3.0.6.1.pc.in
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wxsqlite3-3.0.6.1.pc.in 28 Dec 2013 21:14:11 -0000 1.1
23 +++ wxsqlite3-3.0.6.1.pc.in 28 Dec 2013 22:29:58 -0000 1.2
24 @@ -9,6 +9,6 @@
25 Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
26 Version: @VERSION@
27 #Requires: sqlite3
28 -Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@
29 +Libs: -L${libdir} -lwxcode_gtk2u_wxsqlite3-@WXVERSION@
30 Libs.private: -lpthread
31 Cflags: -I${includedir}