diff options
author | Patrick Lauer <patrick@gentoo.org> | 2011-12-27 08:39:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2011-12-27 08:39:31 +0000 |
commit | a31f9a5559bfc9eb471a93963d9c49c8d8eadd9b (patch) | |
tree | 815f50f711a7fc2da0577c1c84477e5361d126a0 /dev-python/shiboken/files | |
parent | Bump (diff) | |
download | gentoo-2-a31f9a5559bfc9eb471a93963d9c49c8d8eadd9b.tar.gz gentoo-2-a31f9a5559bfc9eb471a93963d9c49c8d8eadd9b.tar.bz2 gentoo-2-a31f9a5559bfc9eb471a93963d9c49c8d8eadd9b.zip |
Bump
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/shiboken/files')
-rw-r--r-- | dev-python/shiboken/files/shiboken-1.0.9-fix-pkgconfig.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/shiboken/files/shiboken-1.0.9-fix-pkgconfig.patch b/dev-python/shiboken/files/shiboken-1.0.9-fix-pkgconfig.patch new file mode 100644 index 000000000000..8df2c65d292e --- /dev/null +++ b/dev-python/shiboken/files/shiboken-1.0.9-fix-pkgconfig.patch @@ -0,0 +1,19 @@ +diff -urN shiboken-1.0.9/data/shiboken.pc.in shiboken-1.0.9/data/shiboken.pc.in +--- shiboken-1.0.9/data/shiboken.pc.in 2011-09-06 12:36:36.150737026 +0200 ++++ shiboken-1.0.9/data/shiboken.pc.in 2011-09-06 12:38:30.780735651 +0200 +@@ -1,7 +1,8 @@ + 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_GENERATOR@ + python_interpreter=@PYTHON_EXECUTABLE@ + python_include_dir=@SBK_PYTHON_INCLUDE_DIR@ +@@ -10,5 +11,5 @@ + Description: Support library for Python bindings created with Shiboken generator. + Version: @shiboken_VERSION@ + Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken@shiboken_SUFFIX@@PYTHON_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@ +-Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/@shiboken_SUFFIX@@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@ ++Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/ |