mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
47c5fd80cc
- Add WITH_SDL knob PR: ports/98598 Submitted by: Matthias Sund <m.sund@arcor.de> (maintainer)
12 lines
270 B
C++
12 lines
270 B
C++
--- examples/SDLExample/main.cpp.orig Tue Jun 6 21:18:47 2006
|
|
+++ examples/SDLExample/main.cpp Tue Jun 6 21:18:58 2006
|
|
@@ -3,7 +3,7 @@
|
|
#ifdef PLATFORM_WIN32
|
|
#include <SDL.h>
|
|
#else
|
|
-#include <SDL/SDL.h>
|
|
+#include <SDL11/SDL.h>
|
|
#endif
|
|
|
|
const int maxpoint = 1000;
|