aboutsummaryrefslogtreecommitdiff
path: root/games/alephone
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-23 03:14:26 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-23 03:14:26 +0000
commitb2469075f3b2661cdccf7da4e96ae7451b8ab873 (patch)
treecd381f4d9812ab44992cc7d8883f82c71746c309 /games/alephone
parent3958983e47e59aa8a4333e26c95b2a802c1f5ae7 (diff)
downloadports-b2469075f3b2661cdccf7da4e96ae7451b8ab873.tar.gz
ports-b2469075f3b2661cdccf7da4e96ae7451b8ab873.zip
The file to patch is in DOS format (NL+CR) but the patch didn't addressed that.
Fixing the patch makes it apply... Pointed out by: Colin Worthy <cworthy@myrealbox.com>
Notes
Notes: svn path=/head/; revision=137901
Diffstat (limited to 'games/alephone')
-rw-r--r--games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp b/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp
index f45f5af01053..016752541655 100644
--- a/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp
+++ b/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp
@@ -1,11 +1,11 @@
---- Source_Files/Misc/thread_priority_sdl_posix.cpp.orig Wed Mar 23 10:41:58 2005
-+++ Source_Files/Misc/thread_priority_sdl_posix.cpp Wed Mar 23 10:42:10 2005
+--- Source_Files/Misc/thread_priority_sdl_posix.cpp.orig Fri Aug 29 03:31:10 2003
++++ Source_Files/Misc/thread_priority_sdl_posix.cpp Thu Jun 23 05:11:11 2005
@@ -12,7 +12,7 @@
- #if defined(TARGET_API_MAC_CARBON) && __MACH__
- #include <SDL/SDL_Thread.h>
- #else
--#include <SDL/SDL_thread.h>
-+#include <SDL_thread.h>
- #endif
-
- #include <pthread.h>
+ #if defined(TARGET_API_MAC_CARBON) && __MACH__
+ #include <SDL/SDL_Thread.h>
+ #else
+-#include <SDL/SDL_thread.h>
++#include <SDL_thread.h>
+ #endif
+
+ #include <pthread.h>