Skip to content

Commit

Permalink
Applied patch from OpenBSD ports package
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 8, 2007
1 parent cddd132 commit 3c2823a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11gl.c
Expand Up @@ -33,6 +33,8 @@
#define DEFAULT_OPENGL "/usr/X11R6/lib/libGL.1.dylib"
#elif defined(__QNXNTO__)
#define DEFAULT_OPENGL "libGL.so.3"
#elif defined(__OpenBSD__)
#define DEFAULT_OPENGL "libGL.so.4.0"
#else
#define DEFAULT_OPENGL "libGL.so.1"
#endif
Expand Down

0 comments on commit 3c2823a

Please sign in to comment.