diff options
Diffstat (limited to 'devel/upp/files/patch-examples-SDLExample-main.cpp')
-rw-r--r-- | devel/upp/files/patch-examples-SDLExample-main.cpp | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/upp/files/patch-examples-SDLExample-main.cpp b/devel/upp/files/patch-examples-SDLExample-main.cpp index 2e04c9456afb..4248aa882a27 100644 --- a/devel/upp/files/patch-examples-SDLExample-main.cpp +++ b/devel/upp/files/patch-examples-SDLExample-main.cpp @@ -1,10 +1,11 @@ ---- examples/SDLExample/main.cpp.orig Sat Mar 4 17:47:29 2006 -+++ examples/SDLExample/main.cpp Sat Mar 4 17:47:41 2006 -@@ -1,6 +1,6 @@ - #include <Core/Core.h> - --#ifdef PLATFORM_WIN32 -+#if defined PLATFORM_WIN32 || defined PLATFORM_FREEBSD +--- 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 <SDL/SDL.h> ++#include <SDL11/SDL.h> + #endif + + const int maxpoint = 1000; |