Explicitly include GL/glxext.h to fix build with Mesa 7.0.
This commit is contained in:
parent
95580cd05a
commit
5a48dbe004
2 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
12
graphics/glitz/patches/patch-ac
Normal file
12
graphics/glitz/patches/patch-ac
Normal file
|
@ -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"
|
||||
|
Loading…
Reference in a new issue