* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken/files: shiboken-fix-pkgconfig.patch
@ 2010-11-03 5:34 Dominik Kapusta (ayoy)
0 siblings, 0 replies; only message in thread
From: Dominik Kapusta (ayoy) @ 2010-11-03 5:34 UTC (permalink / raw
To: gentoo-commits
ayoy 10/11/03 05:34:53
Added: shiboken-fix-pkgconfig.patch
Log:
Fix pkgconfig file (bug #343573).
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/shiboken/files/shiboken-fix-pkgconfig.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-fix-pkgconfig.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/files/shiboken-fix-pkgconfig.patch?rev=1.1&content-type=text/plain
Index: shiboken-fix-pkgconfig.patch
===================================================================
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index ed1cc6c..528fd26 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -1,12 +1,13 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@LIB_INSTALL_DIR@
-includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
+shiboken_SUFFIX=@shiboken_SUFFIX@
+includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken${shiboken_SUFFIX}
generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}
-Cflags: -I${includedir}/shiboken${shiboken_SUFFIX}
+Cflags: -I${includedir}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-03 5:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 5:34 [gentoo-commits] gentoo-x86 commit in dev-python/shiboken/files: shiboken-fix-pkgconfig.patch Dominik Kapusta (ayoy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox