summaryrefslogtreecommitdiff
path: root/devel/gobject-introspection/files/patch-giscanner_dumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gobject-introspection/files/patch-giscanner_dumper.py')
-rw-r--r--devel/gobject-introspection/files/patch-giscanner_dumper.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gobject-introspection/files/patch-giscanner_dumper.py b/devel/gobject-introspection/files/patch-giscanner_dumper.py
deleted file mode 100644
index 7307c617e314..000000000000
--- a/devel/gobject-introspection/files/patch-giscanner_dumper.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- giscanner/dumper.py.orig 2013-02-23 11:40:08.000000000 +0100
-+++ giscanner/dumper.py 2013-06-28 21:51:35.000000000 +0200
-@@ -89,8 +89,9 @@
- # Enable the --msvc-syntax pkg-config flag when
- # the Microsoft compiler is used
- # (This is the other way to check whether Visual C++ is used subsequently)
-- if 'cl' in self._compiler_cmd:
-- self._pkgconfig_msvc_flags = '--msvc-syntax'
-+ if 'clang' not in self._compiler_cmd:
-+ if 'cl' in self._compiler_cmd:
-+ self._pkgconfig_msvc_flags = '--msvc-syntax'
- self._uninst_srcdir = os.environ.get(
- 'UNINSTALLED_INTROSPECTION_SRCDIR')
- self._packages = ['gio-2.0 gmodule-2.0']