diff options
author | mjl <mjl@pkgsrc.org> | 2003-07-11 19:40:51 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-07-11 19:40:51 +0000 |
commit | 4f85ec8991975675d0e8fd7cc5890bc4d0f7a031 (patch) | |
tree | ef8a80528347999f1b352db0fc3eea7865bc88d3 /graphics/glut | |
parent | c694af522b523e52115a32b5585256cb3a9afa2d (diff) | |
download | pkgsrc-4f85ec8991975675d0e8fd7cc5890bc4d0f7a031.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/distinfo | 3 | ||||
-rwxr-xr-x | graphics/glut/patches/patch-aa | 11 |
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 |