openbsd-ports/devel/gobject-introspection/patches/patch-giscanner_dumper_py
jasper 0009ad6c2b - update to 1.30.0
there is some known fallout, which we're working on.
2011-09-21 13:59:21 +00:00

13 lines
605 B
Plaintext

$OpenBSD: patch-giscanner_dumper_py,v 1.4 2011/09/21 13:59:21 jasper Exp $
--- giscanner/dumper.py.orig Tue Sep 20 21:31:44 2011
+++ giscanner/dumper.py Tue Sep 20 23:53:34 2011
@@ -81,7 +81,7 @@ class DumpCompiler(object):
self._get_type_functions = get_type_functions
self._error_quark_functions = error_quark_functions
- self._compiler_cmd = os.environ.get('CC', 'gcc')
+ self._compiler_cmd = os.environ.get('CC', '${CC}')
self._linker_cmd = os.environ.get('CC', self._compiler_cmd)
self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')