6b84f63230
- Add knob to build with SDL instead of glut. PR: ports/59319 Submitted by: Mezz <mezz7@cox.net> Approved by: Thomas Vogt (maintainer) Approved by: marcus (backup mentor)
11 lines
246 B
C
11 lines
246 B
C
--- src/sys_stuff.c.orig Sat Nov 15 21:24:23 2003
|
|
+++ src/sys_stuff.c Sat Nov 15 21:25:20 2003
|
|
@@ -5,7 +5,7 @@
|
|
#ifndef USE_SDL
|
|
#include <GL/glut.h>
|
|
#else
|
|
-#include <SDL/SDL.h>
|
|
+#include <SDL.h>
|
|
#include <GL/gl.h>
|
|
#include <GL/glu.h>
|
|
#endif
|