diff options
author | adam <adam@pkgsrc.org> | 2013-05-15 19:17:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-05-15 19:17:59 +0000 |
commit | 53a6719725fa13e0d621f55cfba6072e55228229 (patch) | |
tree | 8c7e966c01d66819798cadcc6c31911a07cc26f0 /devel | |
parent | ec64b03dd23ea704e5a1b486bb3f05733a6e589c (diff) | |
download | pkgsrc-53a6719725fa13e0d621f55cfba6072e55228229.tar.gz |
patch-giscanner_dumper.py correction
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gobject-introspection/distinfo | 4 | ||||
-rw-r--r-- | devel/gobject-introspection/patches/patch-giscanner_dumper.py | 6 |
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') |