mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
8884e89ea7
A free OpenGL-billard game. PR: 44531 Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> Approved by: pat
12 lines
252 B
C
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
|