diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-26 12:23:31 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-26 14:35:45 +0100 |
commit | 705595c9d6e39ace28c9b6802820f41516810b16 (patch) | |
tree | c484529f17e206c1e543c8c1952c61ae5d2cfa3f /dev-db/wxsqlite3 | |
parent | dev-python/coloredlogs: Version Bump (diff) | |
download | gentoo-705595c9d6e39ace28c9b6802820f41516810b16.tar.gz gentoo-705595c9d6e39ace28c9b6802820f41516810b16.tar.bz2 gentoo-705595c9d6e39ace28c9b6802820f41516810b16.zip |
dev-db/wxsqlite3: Remove residual debug support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-db/wxsqlite3')
-rw-r--r-- | dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in index c2e0e51d7636..112fa14432c3 100644 --- a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in +++ b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in @@ -9,6 +9,6 @@ Name: wxsqlite3-@WXVERSION@ Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets Version: @VERSION@ #Requires: sqlite3 -Libs: -L${libdir} -lwxcode_gtk2@WXDEBUG@_wxsqlite3-@WXVERSION@ +Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@ Libs.private: -lpthread Cflags: -I${includedir} |