public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.6.1-configure-multilib.patch
@ 2009-11-05  7:59 Alex Alexander (wired)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Alexander (wired) @ 2009-11-05  7:59 UTC (permalink / raw
  To: gentoo-commits

wired       09/11/05 07:59:36

  Added:                PyQt4-4.6.1-configure-multilib.patch
  Log:
  added multilib patch wrt bug #283936
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/PyQt4/files/PyQt4-4.6.1-configure-multilib.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.6.1-configure-multilib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/files/PyQt4-4.6.1-configure-multilib.patch?rev=1.1&content-type=text/plain

Index: PyQt4-4.6.1-configure-multilib.patch
===================================================================
--- PyQt-x11-gpl-4.6.1~orig/configure.py	2009-11-04 22:28:05.000000000 +0100
+++ PyQt-x11-gpl-4.6.1/configure.py	2009-11-04 23:10:01.000000000 +0100
@@ -854,8 +854,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" % (lib_dir_flag, py_major, py_minor)
                 else:
                     sipconfig.inform("Qt Designer plugin disabled because Python library is static")






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.6.1-configure-multilib.patch
@ 2012-07-09 13:25 Davide Pesavento (pesa)
  0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento (pesa) @ 2012-07-09 13:25 UTC (permalink / raw
  To: gentoo-commits

pesa        12/07/09 13:25:50

  Removed:              PyQt4-4.6.1-configure-multilib.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-09 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 13:25 [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4/files: PyQt4-4.6.1-configure-multilib.patch Davide Pesavento (pesa)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-05  7:59 Alex Alexander (wired)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox