summaryrefslogtreecommitdiff
path: root/graphics/glitz
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 17:22:45 +0000
committerjoerg <joerg>2007-08-08 17:22:45 +0000
commitc9aedc1a1ba352011d11cf4670429c8ce054ca10 (patch)
treecaa0eb428528c91801a6e910b22e2c2265f2b0d1 /graphics/glitz
parent46388f6cc710b767cb3622e2c72bc5f3dbf621c2 (diff)
downloadpkgsrc-c9aedc1a1ba352011d11cf4670429c8ce054ca10.tar.gz
Explicitly include GL/glxext.h to fix build with Mesa 7.0.
Diffstat (limited to 'graphics/glitz')
-rw-r--r--graphics/glitz/distinfo3
-rw-r--r--graphics/glitz/patches/patch-ac12
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"
+