summaryrefslogtreecommitdiff
path: root/graphics/GLXKit
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-01 09:36:11 +0000
committerrh <rh@pkgsrc.org>2003-04-01 09:36:11 +0000
commita0a36d3bd2053bbb7c8bcf30c773eb2ababde6a0 (patch)
tree8d57c7c1d37abec31bd53d5654ffd287bc716bb3 /graphics/GLXKit
parentcda544afc332d3dede35c5ea035bf53b1a33c2a8 (diff)
downloadpkgsrc-a0a36d3bd2053bbb7c8bcf30c773eb2ababde6a0.tar.gz
Make this compile with Mesa 5.0
Diffstat (limited to 'graphics/GLXKit')
-rw-r--r--graphics/GLXKit/Makefile4
-rw-r--r--graphics/GLXKit/distinfo5
-rw-r--r--graphics/GLXKit/patches/patch-aa14
3 files changed, 22 insertions, 1 deletions
diff --git a/graphics/GLXKit/Makefile b/graphics/GLXKit/Makefile
index 69bb67e91a5..ee388a57b76 100644
--- a/graphics/GLXKit/Makefile
+++ b/graphics/GLXKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 06:15:34 rh Exp $
+# $NetBSD: Makefile,v 1.2 2003/04/01 09:46:08 rh Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -8,6 +8,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit
COMMENT= 3DKit GLX backend
+DISTINFO_FILE= ${.CURDIR}/distinfo
+
.include "../../graphics/RenderKit/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GLXKit/distinfo b/graphics/GLXKit/distinfo
new file mode 100644
index 00000000000..2035c96f15c
--- /dev/null
+++ b/graphics/GLXKit/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2003/04/01 09:46:08 rh Exp $
+
+SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
+Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
+SHA1 (patch-aa) = 9d9b4cc29571141909c13edbd2f7c19d0d81a8d7
diff --git a/graphics/GLXKit/patches/patch-aa b/graphics/GLXKit/patches/patch-aa
new file mode 100644
index 00000000000..a8de21ad7d4
--- /dev/null
+++ b/graphics/GLXKit/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2003/04/01 09:46:08 rh Exp $
+
+--- G3DGLXCamera.h.orig 2001-07-22 21:58:25.000000000 +1000
++++ G3DGLXCamera.h
+@@ -14,7 +14,9 @@
+ #import <Foundation/Foundation.h>
+ #import <RenderKit/G3DCamera.h>
+
++#define id gl_id
+ #include <GL/glx.h>
++#undef id
+
+ @interface G3DGLXCamera : G3DCamera
+ {