diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-08-24 10:26:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-08-24 10:26:25 +0000 |
commit | eac600994d127705de74116d71ffa111e06ef46a (patch) | |
tree | eab7f6682599d92e4aa2c783e623b185cbd725c2 /devel/gobject-introspection/files/patch-giscanner_xmlwriter.py | |
parent | - Add an entry for net/tintin++-devel removal (diff) |
Fix build with python 2.7.
PR: ports/149710
Submitted by: bf <bf1783@gmail.com>
Obtained from: Gnome Git
Notes
Notes:
svn path=/head/; revision=259901
Diffstat (limited to 'devel/gobject-introspection/files/patch-giscanner_xmlwriter.py')
-rw-r--r-- | devel/gobject-introspection/files/patch-giscanner_xmlwriter.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py b/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py new file mode 100644 index 000000000000..94b3ca939d52 --- /dev/null +++ b/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py @@ -0,0 +1,11 @@ +--- giscanner/xmlwriter.py.orig ++++ giscanner/xmlwriter.py +@@ -67,7 +67,7 @@ def collect_attributes(tag_name, attributes, self_indent, + return attr_value + + +-with LibtoolImporter: ++with LibtoolImporter(None, None): + from giscanner._giscanner import collect_attributes + + |