summaryrefslogtreecommitdiff
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authoradam <adam>2013-05-15 19:17:59 +0000
committeradam <adam>2013-05-15 19:17:59 +0000
commit03dd8bf1ef8d3504e0fdb7e9de26814ec0d3a874 (patch)
tree8c7e966c01d66819798cadcc6c31911a07cc26f0 /devel/gobject-introspection
parent18f230f08c1c73d832e6b6252cefbfdc400fb6ae (diff)
downloadpkgsrc-03dd8bf1ef8d3504e0fdb7e9de26814ec0d3a874.tar.gz
patch-giscanner_dumper.py correction
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/distinfo4
-rw-r--r--devel/gobject-introspection/patches/patch-giscanner_dumper.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
index 8d6643c2db8..7b7c99b4f39 100644
--- a/devel/gobject-introspection/distinfo
+++ b/devel/gobject-introspection/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2013/05/15 15:46:52 adam Exp $
+$NetBSD: distinfo,v 1.15 2013/05/15 19:17:59 adam Exp $
SHA1 (gobject-introspection-1.36.0.tar.xz) = 8f0945bda62f2bc2a5ce36e8a1ea7d4753ab0517
RMD160 (gobject-introspection-1.36.0.tar.xz) = bcc541a021ca409395a82fc4dd52a1353679908a
@@ -6,5 +6,5 @@ Size (gobject-introspection-1.36.0.tar.xz) = 1201108 bytes
SHA1 (patch-aa) = d7ebe6a0c81694fb537dc9cb67286fb9a0d60a9b
SHA1 (patch-ac) = 52174e01aa90a5cf75cfe2f255826c1e46f8e183
SHA1 (patch-ad) = 0c67a1bb64e4e39eb9a4829e53744199a0f64fb6
-SHA1 (patch-giscanner_dumper.py) = 318342c8cbb406bb548aa6cb2de25590c06feb42
+SHA1 (patch-giscanner_dumper.py) = 76f0173e9d8bafbc69ebe41d01b1d79fe8fbbd5b
SHA1 (patch-giscanner_scannerlexer.l) = 9636a0884c2ac718f1b5bfc588d691f707ea310e
diff --git a/devel/gobject-introspection/patches/patch-giscanner_dumper.py b/devel/gobject-introspection/patches/patch-giscanner_dumper.py
index 8011c4bfcf9..f437c29ca14 100644
--- a/devel/gobject-introspection/patches/patch-giscanner_dumper.py
+++ b/devel/gobject-introspection/patches/patch-giscanner_dumper.py
@@ -1,9 +1,9 @@
-$NetBSD: patch-giscanner_dumper.py,v 1.1 2013/05/15 15:46:52 adam Exp $
+$NetBSD: patch-giscanner_dumper.py,v 1.2 2013/05/15 19:17:59 adam Exp $
Don't treat 'clang' as Visual C++ compiler.
---- work/gobject-introspection-1.36.0//giscanner/dumper.py.orig 2013-05-15 15:30:07.000000000 +0000
-+++ work/gobject-introspection-1.36.0//giscanner/dumper.py
+--- giscanner/dumper.py.orig 2013-05-15 15:30:07.000000000 +0000
++++ giscanner/dumper.py
@@ -86,11 +86,6 @@ class DumpCompiler(object):
self._linker_cmd = os.environ.get('CC', self._compiler_cmd)
self._pkgconfig_cmd = os.environ.get('PKG_CONFIG', 'pkg-config')