diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-11-25 01:18:06 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-11-25 01:18:06 +0000 |
commit | 575e4600cfe4864730e5fb3bf3df16ddde73646c (patch) | |
tree | f522b475ccab53e2b10398349c95536b5d26151c /dev-python/shiboken/files | |
parent | Version bump, remove old, add qt-test dep wrt bug 346051 (diff) | |
download | gentoo-2-575e4600cfe4864730e5fb3bf3df16ddde73646c.tar.gz gentoo-2-575e4600cfe4864730e5fb3bf3df16ddde73646c.tar.bz2 gentoo-2-575e4600cfe4864730e5fb3bf3df16ddde73646c.zip |
Version bump, remove old and update patch
(Portage version: 2.2_rc90/cvs/Linux i686)
Diffstat (limited to 'dev-python/shiboken/files')
-rw-r--r-- | dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch (renamed from dev-python/shiboken/files/shiboken-fix-pkgconfig.patch) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/shiboken/files/shiboken-fix-pkgconfig.patch b/dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch index 8aa1f123a12d..251adf06c304 100644 --- a/dev-python/shiboken/files/shiboken-fix-pkgconfig.patch +++ b/dev-python/shiboken/files/shiboken-0.5.1-fix-pkgconfig.patch @@ -1,7 +1,6 @@ -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 +diff -Naur shiboken-0.5.1.orig/data/shiboken.pc.in shiboken-0.5.1/data/shiboken.pc.in +--- shiboken-0.5.1.orig/data/shiboken.pc.in 2010-10-11 19:23:01.000000000 -0300 ++++ shiboken-0.5.1/data/shiboken.pc.in 2010-11-24 22:01:54.000000000 -0300 @@ -1,12 +1,13 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ @@ -14,7 +13,7 @@ index ed1cc6c..528fd26 100644 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} + Libs: -L${libdir} -lpython -lshiboken@shiboken_SUFFIX@@LIBRARY_OUTPUT_SUFFIX@ +-Cflags: -I${includedir}/shiboken@shiboken_SUFFIX@ +Cflags: -I${includedir} |