diff options
author | obache <obache@pkgsrc.org> | 2010-07-16 14:56:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-16 14:56:10 +0000 |
commit | 11bd5a086ad94c9fdc1b52db1e02dfc65b5c5f37 (patch) | |
tree | 4d06482604df4046b71dc092dae5b3859496877a /graphics/clutter | |
parent | 88157163a2c1c88440db7c35707c8f105da46d84 (diff) | |
download | pkgsrc-11bd5a086ad94c9fdc1b52db1e02dfc65b5c5f37.tar.gz |
I've forgoten to add comments before commit.
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/distinfo | 4 | ||||
-rw-r--r-- | graphics/clutter/patches/patch-ab | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 79eea002dd7..f8e75677bb0 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2010/07/16 14:31:46 obache Exp $ +$NetBSD: distinfo,v 1.11 2010/07/16 14:56:10 obache Exp $ SHA1 (clutter-1.2.12.tar.gz) = b4ee053f61306526ef13e4b15ad2a63fc3e9f70f RMD160 (clutter-1.2.12.tar.gz) = 6f590f9c20dd030820aa6bbb88fba7cb93b6140d Size (clutter-1.2.12.tar.gz) = 3200650 bytes -SHA1 (patch-ab) = 213eef8fd664d0ba082dab59f990dc21f4f53e83 +SHA1 (patch-ab) = 9f76fc4f1357081cd4a30485663bb440d3376095 diff --git a/graphics/clutter/patches/patch-ab b/graphics/clutter/patches/patch-ab index 2c8ab51b4b6..d54833cfd97 100644 --- a/graphics/clutter/patches/patch-ab +++ b/graphics/clutter/patches/patch-ab @@ -1,4 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2010/07/16 14:31:46 obache Exp $ +$NetBSD: patch-ab,v 1.2 2010/07/16 14:56:11 obache Exp $ + +Fixes build with !Linux. +http://git.clutter-project.org/clutter/commit/?h=clutter-1.2&id=4600615be61a1d73abfd4d521308e9512a01f475 --- clutter/glx/clutter-stage-glx.c.orig 2010-07-14 10:32:57.000000000 +0000 +++ clutter/glx/clutter-stage-glx.c |