diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-23 11:14:26 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-23 11:14:26 +0800 |
commit | 8f4488de12b6e2d6d22454e305bd733854e58b65 (patch) | |
tree | 795806c1eb2f67ac6dfa14dddd807088409ec650 /games | |
parent | 58bd00c89fcbe76097548076d9637b84c048c6d6 (diff) | |
download | freebsd-ports-gnome-8f4488de12b6e2d6d22454e305bd733854e58b65.tar.gz freebsd-ports-gnome-8f4488de12b6e2d6d22454e305bd733854e58b65.tar.zst freebsd-ports-gnome-8f4488de12b6e2d6d22454e305bd733854e58b65.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>
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp | 20 |
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>
|