From fc7788a3c361d137cb19d0e93dd789ea5c30fdec Mon Sep 17 00:00:00 2001 From: rh Date: Tue, 1 Apr 2003 09:24:54 +0000 Subject: Make this compile with Mesa 5.0 --- graphics/RenderKit/Makefile | 4 +++- graphics/RenderKit/patches/patch-aa | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 graphics/RenderKit/patches/patch-aa (limited to 'graphics/RenderKit') 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 + + #ifdef GNUSTEP ++#define id gl_id + #include ++#undef id + #else + #include + #endif -- cgit v1.2.3