Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/files/
Date: Mon, 26 Oct 2015 13:36:02
Message-Id: 1445866545.705595c9d6e39ace28c9b6802820f41516810b16.jlec@gentoo
1 commit: 705595c9d6e39ace28c9b6802820f41516810b16
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 11:23:31 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 13:35:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705595c9
7
8 dev-db/wxsqlite3: Remove residual debug support
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
17 index c2e0e51..112fa14 100644
18 --- a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
19 +++ b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
20 @@ -9,6 +9,6 @@ Name: wxsqlite3-@WXVERSION@
21 Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
22 Version: @VERSION@
23 #Requires: sqlite3
24 -Libs: -L${libdir} -lwxcode_gtk2@WXDEBUG@_wxsqlite3-@WXVERSION@
25 +Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@
26 Libs.private: -lpthread
27 Cflags: -I${includedir}