summaryrefslogtreecommitdiff
path: root/graphics/glut
diff options
context:
space:
mode:
authormjl <mjl>2003-07-11 19:40:51 +0000
committermjl <mjl>2003-07-11 19:40:51 +0000
commit0caab4c54f80313ca8cefd7d2e03244a5b0c631b (patch)
treeef8a80528347999f1b352db0fc3eea7865bc88d3 /graphics/glut
parenta1d3f414394239c21319572ee9d3f073555a0160 (diff)
downloadpkgsrc-0caab4c54f80313ca8cefd7d2e03244a5b0c631b.tar.gz
Add patch to make this actually compile (on macppc). How can this
ever have worked, it's missing an include?
Diffstat (limited to 'graphics/glut')
-rw-r--r--graphics/glut/distinfo3
-rwxr-xr-xgraphics/glut/patches/patch-aa11
2 files changed, 13 insertions, 1 deletions
diff --git a/graphics/glut/distinfo b/graphics/glut/distinfo
index dd08fc61441..f980ad10187 100644
--- a/graphics/glut/distinfo
+++ b/graphics/glut/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2003/05/10 16:37:13 drochner Exp $
+$NetBSD: distinfo,v 1.10 2003/07/11 19:40:51 mjl Exp $
SHA1 (MesaLib-5.0.1.tar.bz2) = efdda1b592065b714c4cc772d05f21f88b060799
Size (MesaLib-5.0.1.tar.bz2) = 1661508 bytes
SHA1 (MesaDemos-5.0.1.tar.bz2) = 7bc5c33e3799b9cd596311e8dde800800c68c938
Size (MesaDemos-5.0.1.tar.bz2) = 889575 bytes
+SHA1 (patch-aa) = 38ac995d2308b3893aab6833e43135f6bfeb05b1
diff --git a/graphics/glut/patches/patch-aa b/graphics/glut/patches/patch-aa
new file mode 100755
index 00000000000..58fe54ed864
--- /dev/null
+++ b/graphics/glut/patches/patch-aa
@@ -0,0 +1,11 @@
+--- src-glut/glutint.h.orig 2003-07-11 19:33:42.000000000 +0000
++++ src-glut/glutint.h 2003-07-11 19:33:45.000000000 +0000
+@@ -33,6 +33,8 @@
+ #include <gl/mesa_wgl.h>
+ #endif
+
++#include <GL/glxext.h>
++
+ #ifndef _WIN32
+ /* added by BrianP: */
+ #ifndef APIENTRY