aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/glew/files
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2010-04-02 19:46:00 +0800
committermva <mva@FreeBSD.org>2010-04-02 19:46:00 +0800
commit9a00d6fffd4dd4e52fd7ab957cbe7616bc5b3f78 (patch)
treec413798d5a03eb1292d556d7d6b394d912f8bb55 /graphics/glew/files
parent32086b317452add52c58d1671525887f5112c1dd (diff)
downloadfreebsd-ports-gnome-9a00d6fffd4dd4e52fd7ab957cbe7616bc5b3f78.tar.gz
freebsd-ports-gnome-9a00d6fffd4dd4e52fd7ab957cbe7616bc5b3f78.tar.zst
freebsd-ports-gnome-9a00d6fffd4dd4e52fd7ab957cbe7616bc5b3f78.zip
- Update to 1.5.2.
Diffstat (limited to 'graphics/glew/files')
-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