summaryrefslogtreecommitdiff
path: root/graphics/glew/files/patch-include_GL_glew.h
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-04-02 11:46:00 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-04-02 11:46:00 +0000
commit1e0c08741274972c17addd98aff66941eb3d05f5 (patch)
treec14d090726df0538c4b878a5d5acd00999200902 /graphics/glew/files/patch-include_GL_glew.h
parent- Update to 3.17 (diff)
- Update to 1.5.2.
Notes
Notes: svn path=/head/; revision=252011
Diffstat (limited to 'graphics/glew/files/patch-include_GL_glew.h')
-rw-r--r--graphics/glew/files/patch-include_GL_glew.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/glew/files/patch-include_GL_glew.h b/graphics/glew/files/patch-include_GL_glew.h
deleted file mode 100644
index 6a971e2fa84c..000000000000
--- a/graphics/glew/files/patch-include_GL_glew.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- include/GL/glew.h.orig 2008-11-03 07:25:21.000000000 +0100
-+++ include/GL/glew.h 2009-05-04 21:55:35.000000000 +0200
-@@ -12243,7 +12243,9 @@
- #ifdef GLEW_APIENTRY_DEFINED
- #undef GLEW_APIENTRY_DEFINED
- #undef APIENTRY
--#undef GLAPIENTRY
-+/* Do not undef GLAPIENTRY here. This is a quick hack to avoid
-+ undefined symbols when including glut.h just after glew.h */
-+/* #undef GLAPIENTRY */
- #endif
-
- #ifdef GLEW_CALLBACK_DEFINED