Patched to compile on FreeBSD 8.2.
This commit is contained in:
parent
e3e3adf168
commit
0e49fa682a
2 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,10 @@
|
|||
#define NO_SDL_GLEXT 1
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__ /* !!! FIXME: temp compiler warning fix... */
|
||||
#define NO_SDL_GLEXT 1
|
||||
#endif
|
||||
|
||||
#ifdef __glext_h_
|
||||
/* Someone has already included glext.h */
|
||||
#define NO_SDL_GLEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue