From 118418fa2e93b355961de959eb594c76f0bff21e Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 28 Jun 2013 19:52:27 +0000 Subject: Commmit the right patch. Fixing make patch. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18605 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gobject-introspection/files/patch-giscanner_dumper.py | 8 ++++---- 1 file 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: -- cgit v1.2.3