update Wed Feb 10 06:37:00 PST 2010
[pkgsrc.git] / graphics / GLXKit / patches / patch-aa
1 $NetBSD: patch-aa,v 1.1 2003/04/01 09:46:08 rh Exp $
2
3 --- G3DGLXCamera.h.orig 2001-07-22 21:58:25.000000000 +1000
4 +++ G3DGLXCamera.h
5 @@ -14,7 +14,9 @@
6  #import <Foundation/Foundation.h>
7  #import <RenderKit/G3DCamera.h>
8  
9 +#define id gl_id
10  #include <GL/glx.h>
11 +#undef id
12  
13  @interface G3DGLXCamera : G3DCamera
14  {