diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-27 15:52:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-27 15:52:49 +0000 |
commit | cc4295e860d6c00f813e26d4dfc7cf8e9e3a48d8 (patch) | |
tree | 49cdec231c44d4f133919598a13c95c6081908f0 | |
parent | 8ee8f51839cc4ccb7db33f4e6ad0c80e00e96751 (diff) | |
download | pkgsrc-cc4295e860d6c00f813e26d4dfc7cf8e9e3a48d8.tar.gz |
Add missing GL/gl.h includes.
-rw-r--r-- | graphics/clutter-mx/distinfo | 4 | ||||
-rw-r--r-- | graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c | 12 | ||||
-rw-r--r-- | graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/graphics/clutter-mx/distinfo b/graphics/clutter-mx/distinfo index a9fae9e0d6d..e75ad09c738 100644 --- a/graphics/clutter-mx/distinfo +++ b/graphics/clutter-mx/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/11/24 18:19:26 drochner Exp $ +$NetBSD: distinfo,v 1.2 2013/08/27 15:52:49 joerg Exp $ SHA1 (mx-1.0.4.tar.bz2) = b82b5a1395b7c2dd9461da10032849895927a70a RMD160 (mx-1.0.4.tar.bz2) = 4b88d8fa5d6b7db639a497421f5d322df9f98230 Size (mx-1.0.4.tar.bz2) = 1132646 bytes +SHA1 (patch-mx_mx-deform-texture.c) = 6f0a4210948d4612adee84aa3e206f7ce9784e2e +SHA1 (patch-mx_mx-texture-frame.c) = 595b436763e7ede9450839309eeecf9c67b0ef6f diff --git a/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c b/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c new file mode 100644 index 00000000000..520a65e7f23 --- /dev/null +++ b/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c @@ -0,0 +1,12 @@ +$NetBSD: patch-mx_mx-deform-texture.c,v 1.1 2013/08/27 15:52:49 joerg Exp $ + +--- mx/mx-deform-texture.c.orig 2013-08-27 14:35:16.000000000 +0000 ++++ mx/mx-deform-texture.c +@@ -29,6 +29,7 @@ + * deformation effects with a texture. + */ + ++#include <GL/gl.h> + #include "mx-deform-texture.h" + #include "mx-offscreen.h" + #include "mx-private.h" diff --git a/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c b/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c new file mode 100644 index 00000000000..6e26980147f --- /dev/null +++ b/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c @@ -0,0 +1,12 @@ +$NetBSD: patch-mx_mx-texture-frame.c,v 1.1 2013/08/27 15:52:49 joerg Exp $ + +--- mx/mx-texture-frame.c.orig 2013-08-27 14:36:02.000000000 +0000 ++++ mx/mx-texture-frame.c +@@ -33,6 +33,7 @@ + #include "config.h" + #endif + ++#include <GL/gl.h> + #include <cogl/cogl.h> + + #include "mx-texture-frame.h" |