update Wed Feb 10 06:37:00 PST 2010
[pkgsrc.git] / graphics / GlutKit / patches / patch-aa
1 $NetBSD: patch-aa,v 1.1 2003/04/01 09:36:12 rh Exp $
2
3 --- G3DGlutCamera.h.orig        2001-07-16 00:29:13.000000000 +1000
4 +++ G3DGlutCamera.h
5 @@ -24,8 +24,10 @@
6  #import <RenderKit/G3DTypes.h>
7  
8  #ifdef GNUSTEP
9 +#define id gl_id
10  #include <GL/gl.h>
11  #include <GL/glut.h>
12 +#undef id
13  #else
14  #include <OpenGL/gl.h>
15  #include <GLUT/glut.h>