public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: 067-force-bundled-ply.patch
@ 2009-07-02  6:17 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2009-07-02  6:17 UTC (permalink / raw
  To: gentoo-commits

nirbheek    09/07/02 06:17:02

  Added:                067-force-bundled-ply.patch
  Log:
  Fix building when dev-python/ply is installed, bug 276018. Patch thanks to Hector Martin
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  net-libs/xulrunner/files/067-force-bundled-ply.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/067-force-bundled-ply.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/067-force-bundled-ply.patch?rev=1.1&content-type=text/plain

Index: 067-force-bundled-ply.patch
===================================================================
# Patch submitted to force ply support bundled with source.
# Hector Martin <hector@marcansoft.com>
# Further info can be found at http://bugs.gentoo.org/show_bug.cgi?id=276018

--- mozilla-1.9.1/xpcom/idl-parser/xpidl.py
+++ mozilla-1.9.1/xpcom/idl-parser/xpidl.py
@@ -42,7 +42,7 @@
 
 import sys, os.path, re
 
-sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
                              'other-licenses', 'ply'))
 from ply import lex, yacc
 







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-02  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02  6:17 [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: 067-force-bundled-ply.patch Nirbheek Chauhan (nirbheek)

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