Magellan Linux

Contents of /trunk/gobject-introspection/patches/gobject-introspection-1.30.0-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1691 - (show annotations) (download)
Sat Mar 10 14:50:47 2012 UTC (12 years, 1 month ago) by niro
File size: 494 byte(s)
-added fixups
1 --- gobject-introspection-1.30.0-m32/giscanner/sourcescanner.py.orig 2012-03-10 16:42:04.572982797 +0100
2 +++ gobject-introspection-1.30.0-m32/giscanner/sourcescanner.py 2012-03-10 16:42:36.098982796 +0100
3 @@ -274,7 +274,7 @@
4
5 defines = ['__GI_SCANNER__']
6 undefs = []
7 - cpp_args = [os.environ.get('CC', 'cc'), '-E', '-C', '-I.', '-']
8 + cpp_args = ['cc', '-E', '-C', '-I.', '-']
9
10 cpp_args += self._cpp_options
11 proc = subprocess.Popen(cpp_args,