From 86cb65fbbc1db966e7a414ef5a293e6d3b90f997 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Jun 2006 18:20:46 +0000 Subject: Fix a typo that caused dependents to fail to build. Obtained from: pygtk CVS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6450 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py (limited to 'x11-toolkits/py-gtk2/files') diff --git a/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py b/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py new file mode 100644 index 000000000..c787e2385 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-codegen_defsparser.py @@ -0,0 +1,11 @@ +--- codegen/defsparser.py.orig Thu Jun 15 14:13:39 2006 ++++ codegen/defsparser.py Thu Jun 15 14:13:50 2006 +@@ -20,7 +20,7 @@ class IncludeParser(scmexpr.Parser): + else: + inc_path = [os.path.dirname(self.filename)] + include_path + for filename in [os.path.join(path_entry, input_filename) +- for path_entry in include_path]: ++ for path_entry in inc_path]: + if not os.path.exists(filename): + continue + # set self.filename to the include name, to handle recursive includes -- cgit v1.2.3