# HG changeset patch # User Sam Lantinga # Date 989541331 0 # Node ID a8360daed17d82d8c487bd6a3b4843fb2ea7fcf1 # Parent 6e53ad1f461e170524443a1c773e00c14e823c3d Oops, the OpenBSD fix didn't. diff -r 6e53ad1f461e -r a8360daed17d src/video/x11/SDL_x11gl.c --- a/src/video/x11/SDL_x11gl.c Thu May 10 22:58:10 2001 +0000 +++ b/src/video/x11/SDL_x11gl.c Fri May 11 00:35:31 2001 +0000 @@ -343,9 +343,6 @@ #endif handle = dlopen(path, dlopen_flags); /* Catch the case where the application isn't linked with GL */ -#if defined __OpenBSD__ && !defined __ELF__ -#define dlsym(x,y) dlsym(x, "_" y) -#endif if ( (dlsym(handle, "glXChooseVisual") == NULL) && (path == NULL) ) { dlclose(handle); path = getenv("SDL_VIDEO_GL_DRIVER");