From 47c5fd80cc9b882e0bbaffcbe2a544e7e93d8244 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 9 Jun 2006 20:36:44 +0000 Subject: - Update to 605 - Add WITH_SDL knob PR: ports/98598 Submitted by: Matthias Sund (maintainer) --- devel/upp/files/patch-examples-SDLExample-main.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'devel/upp/files/patch-examples-SDLExample-main.cpp') 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 - --#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 #else - #include +-#include ++#include + #endif + + const int maxpoint = 1000; -- cgit v1.2.3