pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/glitz Explicitly include GL/glxext.h to fix b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a55766979ee3
branches: trunk
changeset: 531910:a55766979ee3
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 08 17:22:45 2007 +0000
description:
Explicitly include GL/glxext.h to fix build with Mesa 7.0.
diffstat:
graphics/glitz/distinfo | 3 ++-
graphics/glitz/patches/patch-ac | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 8c45bf6e64d6 -r a55766979ee3 graphics/glitz/distinfo
--- a/graphics/glitz/distinfo Wed Aug 08 17:21:15 2007 +0000
+++ b/graphics/glitz/distinfo Wed Aug 08 17:22:45 2007 +0000
@@ -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 -r 8c45bf6e64d6 -r a55766979ee3 graphics/glitz/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/glitz/patches/patch-ac Wed Aug 08 17:22:45 2007 +0000
@@ -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"
+
Home |
Main Index |
Thread Index |
Old Index