freebsd-ports/games/foobillard/files/patch-sys_stuff.c
Pav Lucistnik 6b84f63230 - Update to 2.9
- 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)
2003-11-16 18:56:32 +00:00

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