1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/upp/files/patch-examples-SDLExample-main.cpp
Pav Lucistnik 47c5fd80cc - Update to 605
- Add WITH_SDL knob

PR:		ports/98598
Submitted by:	Matthias Sund <m.sund@arcor.de> (maintainer)
2006-06-09 20:36:44 +00:00

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;