Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.8.3-configure-multilib.patch
Date: Tue, 25 Jan 2011 17:24:56
Message-Id: 20110125172441.9550220057@flycatcher.gentoo.org
1 arfrever 11/01/25 17:24:41
2
3 Added: PyQt4-4.8.3-configure-multilib.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha19_p1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.8.3-configure-multilib.patch?rev=1.1&content-type=text/plain
14
15 Index: PyQt4-4.8.3-configure-multilib.patch
16 ===================================================================
17 --- configure.py
18 +++ configure.py
19 @@ -941,8 +941,8 @@
20 # version.
21 link = "-framework Python"
22 elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
23 - glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor))):
24 - lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])
25 + glob.glob("%s/libpython%d.%d*" % (ducfg["LIBDIR"], py_major, py_minor))):
26 + lib_dir_flag = quote("-L%s" % ducfg["LIBDIR"])
27 link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, py_minor, abi)
28 else:
29 sipconfig.inform("Qt Designer plugin disabled because Python library is static")