1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/foobillard/files/patch-sys_stuff.c
Adam Weinberger 8884e89ea7 Add games/foobillard.
A free OpenGL-billard game.

PR:		44531
Submitted by:	Thomas Vogt <thomas.vogt@bsdunix.ch>
Approved by:	pat
2002-11-01 20:41:26 +00:00

12 lines
252 B
C

--- src/sys_stuff.c.orig Sat Oct 26 20:47:23 2002
+++ src/sys_stuff.c Sat Oct 26 20:47:32 2002
@@ -5,7 +5,7 @@
#ifndef USE_SDL
#include <GL/glut.h>
#else
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
#include <GL/gl.h>
#include <GL/glu.h>
#endif