diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 17:22:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 17:22:45 +0000 |
commit | 5a48dbe004a312e9af99835ee1f1a0f901e94f74 (patch) | |
tree | caa0eb428528c91801a6e910b22e2c2265f2b0d1 /graphics | |
parent | 95580cd05aa66c3cc3ba789c088dc6b9d187d089 (diff) | |
download | pkgsrc-5a48dbe004a312e9af99835ee1f1a0f901e94f74.tar.gz |
Explicitly include GL/glxext.h to fix build with Mesa 7.0.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glitz/distinfo | 3 | ||||
-rw-r--r-- | graphics/glitz/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/glitz/distinfo b/graphics/glitz/distinfo index a1f6ce58e70..bb97c98925e 100644 --- a/graphics/glitz/distinfo +++ b/graphics/glitz/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.16 2007/01/30 20:53:23 tv Exp $ +$NetBSD: distinfo,v 1.17 2007/08/08 17:22:45 joerg Exp $ SHA1 (glitz-0.5.6.tar.gz) = 81604bf02ceda85ea32b52423f78a883aaec6dc6 RMD160 (glitz-0.5.6.tar.gz) = 547ef1be273856942e0fa36c097c4acb367336b2 Size (glitz-0.5.6.tar.gz) = 459224 bytes SHA1 (patch-aa) = d725f03f96082b6d9b31c608a0e4c1beb71e87f1 SHA1 (patch-ab) = 1eb96f935320fb1046276c3417ca041b633ef068 +SHA1 (patch-ac) = 2533ff8c396559b50950cb508a148ba1a5d91a69 diff --git a/graphics/glitz/patches/patch-ac b/graphics/glitz/patches/patch-ac new file mode 100644 index 00000000000..446d6b76795 --- /dev/null +++ b/graphics/glitz/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.3 2007/08/08 17:25:19 joerg Exp $ + +--- src/glx/glitz_glxint.h.orig 2007-08-07 20:07:10.000000000 +0200 ++++ src/glx/ glitz_glxint.h +@@ -33,6 +33,7 @@ + + #include <GL/gl.h> + #include <GL/glx.h> ++#include <GL/glxext.h> + + #include "glitz_glxext.h" + |