summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-29 03:52:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-29 03:52:27 +0800
commit118418fa2e93b355961de959eb594c76f0bff21e (patch)
tree6673b175bda26d8e9c2dbf46c31260f6e57b99e6 /devel
parentde4d4ab7fa1f38ea706c4e1c7793684fea90209f (diff)
downloadmarcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar.gz
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar.bz2
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar.lz
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar.xz
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.tar.zst
marcuscom-ports-118418fa2e93b355961de959eb594c76f0bff21e.zip
Commmit the right patch. Fixing make patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18605 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/files/patch-giscanner_dumper.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gobject-introspection/files/patch-giscanner_dumper.py b/devel/gobject-introspection/files/patch-giscanner_dumper.py
index ef8487da9..7307c617e 100644
--- a/devel/gobject-introspection/files/patch-giscanner_dumper.py
+++ b/devel/gobject-introspection/files/patch-giscanner_dumper.py
@@ -1,9 +1,9 @@
---- giscanner/dumper.py.orig 2013-06-28 21:03:54.000000000 +0200
-+++ giscanner/dumper.py 2013-06-28 21:04:31.000000000 +0200
-@@ -90,8 +90,9 @@
+--- 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)
- printf ("CC", self._compiler_cmd)
- if 'cl' in self._compiler_cmd:
- self._pkgconfig_msvc_flags = '--msvc-syntax'
+ if 'clang' not in self._compiler_cmd: