diff options
author | Philip van der Hoeven <philip@vd-hoeven.nl> | 2016-08-07 01:02:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:32 +0700 |
commit | 5517cfcda7c936b371b5a571abcdf94dc1e5175f (patch) | |
tree | fbd0af7c10e397c8c22e416b8abc121a6e1a19ef /graphics/LDView/LDView_GL.patch | |
parent | b1d591b130c30c570d15c7e9d156b7f226402958 (diff) |
graphics/LDView: Updated for version 4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/LDView_GL.patch')
-rw-r--r-- | graphics/LDView/LDView_GL.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/LDView/LDView_GL.patch b/graphics/LDView/LDView_GL.patch deleted file mode 100644 index f603552cc1fc4..0000000000000 --- a/graphics/LDView/LDView_GL.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- LDView.org/TRE/TREGLExtensions.cpp 2010-01-08 22:01:46.000000000 +0100 -+++ LDView/TRE/TREGLExtensions.cpp 2015-02-04 11:49:42.774280878 +0100 -@@ -204,7 +204,7 @@ - // the function pointers won't be loaded. - if (haveVARExtension(true)) - { --#ifndef __APPLE__ -+#ifdef WIN32 - // NOTE: I should really change the __APPLE__ path to do their - // equivalent of wglGetProcAddress. However, since this extension won't - // work anyway without a bunch of glX stuff that I'm not going to do, |