summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-25 17:24:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-25 17:24:41 +0000
commitd1f2b415b8c7bc5269b2089f2e2afd16bad6b824 (patch)
treeb8eaf4d6d8e396d277d0bcce3eeb35729363013a /dev-python/PyQt4/files
parentStable for HPPA (bug #352318). (diff)
downloadgentoo-2-d1f2b415b8c7bc5269b2089f2e2afd16bad6b824.tar.gz
gentoo-2-d1f2b415b8c7bc5269b2089f2e2afd16bad6b824.tar.bz2
gentoo-2-d1f2b415b8c7bc5269b2089f2e2afd16bad6b824.zip
Version bump.
(Portage version: 2.2.0_alpha19_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4/files')
-rw-r--r--dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch b/dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch
new file mode 100644
index 000000000000..2a463dcbd602
--- /dev/null
+++ b/dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch
@@ -0,0 +1,13 @@
+--- configure.py
++++ configure.py
+@@ -941,8 +941,8 @@
+ # version.
+ link = "-framework Python"
+ elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
+- glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor))):
+- lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])
++ glob.glob("%s/libpython%d.%d*" % (ducfg["LIBDIR"], py_major, py_minor))):
++ lib_dir_flag = quote("-L%s" % ducfg["LIBDIR"])
+ link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi)
+ else:
+ sipconfig.inform("Qt Designer plugin disabled because Python library is static")