please change lib name in wxsqlite3-3.0.3/wxsqlite3.pc.in
--- wxsqlite3-3.0.3/wxsqlite3.pc.in.orig 2013-05-05 19:55:52.729886631 +0200
+++ wxsqlite3-3.0.3/wxsqlite3.pc.in 2013-05-05 19:56:12.688888256 +0200
@@ -9,6 +9,6 @@
Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
Version: @VERSION@
#Requires: sqlite3
-Libs: -L${libdir} -lwxcode_gtk2u_wxsqlite3-@WXVERSION@
+Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@
Libs.private: -lpthread
Cflags: -I${includedir}
new wxsqlite3-3.0.3.pc.in file
I modified the file as requested and committed it to the wxCode SVN.