Mercurial > sdl-ios-xcode
changeset 4346:5fe9b267cf55 SDL-1.2
matthew green
actually, please don't apply this upstream. i need to think about
a better solution..
thanks.
.mrg.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 05:05:29 +0000 |
parents | b40d6e58a5e5 |
children | 38f22ed3a433 |
files | src/video/x11/SDL_x11gl.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gl.c Fri Oct 16 07:24:11 2009 +0000 +++ b/src/video/x11/SDL_x11gl.c Sat Oct 17 05:05:29 2009 +0000 @@ -35,9 +35,6 @@ #define DEFAULT_OPENGL "libGL.so.3" #elif defined(__OpenBSD__) #define DEFAULT_OPENGL "libGL.so.4.0" -#elif defined(__NetBSD__) -/* pkgsrc is .1, base system is .2 */ -#define DEFAULT_OPENGL "libGL.so" #else #define DEFAULT_OPENGL "libGL.so.1" #endif