diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 00:36:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 00:36:23 +0000 |
commit | e8a83905423ff45aae83bbe3327a1f3a8b2286ce (patch) | |
tree | 9e11efb52e8d0aedc4375659a3e605f42abf0aad /science/felt/files/patch-src+Velvet+opengl+c | |
parent | * Bring us into the 64-bit world. (diff) |
Update to CAD/felt
A did some minor cleanup of the port, hopefully this will
work on gcc-3.3. I suggest this port is moved to the science
category, along with freefem and femlab.
PR: ports/54964
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'science/felt/files/patch-src+Velvet+opengl+c')
-rw-r--r-- | science/felt/files/patch-src+Velvet+opengl+c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/felt/files/patch-src+Velvet+opengl+c b/science/felt/files/patch-src+Velvet+opengl+c new file mode 100644 index 000000000000..1a01fc938dd9 --- /dev/null +++ b/science/felt/files/patch-src+Velvet+opengl+c @@ -0,0 +1,10 @@ +--- src/Velvet/opengl.c.orig Sun Jul 27 17:27:34 2003 ++++ src/Velvet/opengl.c Sun Jul 27 17:27:45 2003 +@@ -35,7 +35,6 @@ + #include <X11/Shell.h> + #include <X11/Xaw/Command.h> + #include <X11/Xaw/Toggle.h> +-#include <GL/xmesa.h> + #include <GL/gl.h> + #include <GL/glu.h> + #include <GL/GLwDrawA.h> |