diff options
author | rh <rh@pkgsrc.org> | 2003-04-01 09:24:54 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-01 09:24:54 +0000 |
commit | 94dc548770af32f29553ab00f1115c30238a16ad (patch) | |
tree | 8b5e1d5ca3fdfe4516a7899b1adfe01ca9bab039 /graphics | |
parent | e290971cf01c066d34b5afa61dd004d9fc381920 (diff) | |
download | pkgsrc-94dc548770af32f29553ab00f1115c30238a16ad.tar.gz |
Make this compile with Mesa 5.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/RenderKit/Makefile | 4 | ||||
-rw-r--r-- | graphics/RenderKit/patches/patch-aa | 14 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/RenderKit/Makefile b/graphics/RenderKit/Makefile index 67ab8c5d3f3..3410af1328e 100644 --- a/graphics/RenderKit/Makefile +++ b/graphics/RenderKit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:14:50 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/01 09:24:54 rh Exp $ # .include "../../graphics/3DKit/Makefile.common" @@ -8,6 +8,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/RenderKit COMMENT= Objective-C API for core scene rendering +DISTINFO_FILE= ${.CURDIR}/distinfo + .include "../../graphics/GeometryKit/buildlink2.mk" .include "../../graphics/MesaLib/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" diff --git a/graphics/RenderKit/patches/patch-aa b/graphics/RenderKit/patches/patch-aa new file mode 100644 index 00000000000..6d079a54387 --- /dev/null +++ b/graphics/RenderKit/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2003/04/01 09:24:54 rh Exp $ + +--- RenderKit/G3DRenderEngine.h.orig 2001-07-08 01:35:47.000000000 +1000 ++++ RenderKit/G3DRenderEngine.h +@@ -27,7 +27,9 @@ + #import <RenderKit/G3DTypes.h> + + #ifdef GNUSTEP ++#define id gl_id + #include <GL/gl.h> ++#undef id + #else + #include <OpenGL/gl.h> + #endif |