From 46e77dbd45865b39d8ae973f2a9b4a4249a8ffa8 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 28 Jan 2011 22:52:08 -0600 Subject: main/gobject-introspection: upgrade to 0.10.1 --- main/gobject-introspection/001-ccache.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 main/gobject-introspection/001-ccache.patch (limited to 'main/gobject-introspection/001-ccache.patch') diff --git a/main/gobject-introspection/001-ccache.patch b/main/gobject-introspection/001-ccache.patch deleted file mode 100644 index 1f9145df50..0000000000 --- a/main/gobject-introspection/001-ccache.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 404af5e1d854522df2b02db9f8805ce19f9e8b76 Mon Sep 17 00:00:00 2001 -From: Colin Walters -Date: Fri, 22 Oct 2010 15:28:40 +0000 -Subject: Handle CC="ccache gcc" for linker command too - -The compiler path explicitly split()s the variable, we should do -so in the linker path too. ---- -diff --git a/giscanner/dumper.py b/giscanner/dumper.py -index 773dec9..7462aa3 100644 ---- a/giscanner/dumper.py -+++ b/giscanner/dumper.py -@@ -200,7 +200,8 @@ class DumpCompiler(object): - args.append('--tag=CC') - args.append('--silent') - -- args.extend([self._linker_cmd, '-o', output]) -+ args = self._linker_cmd.split() -+ args.extend(['-o', output]) - if libtool: - args.append('-export-dynamic') - --- -cgit v0.8.3.1 -- cgit v1.2.3