diff options
Diffstat (limited to 'devel/wftk/files/patch-ae')
-rw-r--r-- | devel/wftk/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-ae b/devel/wftk/files/patch-ae new file mode 100644 index 000000000000..c41014f200ee --- /dev/null +++ b/devel/wftk/files/patch-ae @@ -0,0 +1,11 @@ +--- uta/mutex.h.orig Sat Mar 31 05:25:05 2001 ++++ uta/mutex.h Sat Mar 31 05:26:54 2001 +@@ -22,7 +22,7 @@ + #ifndef _MUTEX_H_ + #define _MUTEX_H_ + +-#include <SDL/SDL_mutex.h> ++#include <SDL11/SDL_mutex.h> + + namespace uta { + |