diff options
Diffstat (limited to 'devel/libuta/files/patch-ad')
-rw-r--r-- | devel/libuta/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-ad b/devel/libuta/files/patch-ad new file mode 100644 index 000000000000..f4a8342115de --- /dev/null +++ b/devel/libuta/files/patch-ad @@ -0,0 +1,11 @@ +--- uta/keysym.h.orig Sat Mar 31 05:24:56 2001 ++++ uta/keysym.h Sat Mar 31 05:26:32 2001 +@@ -20,7 +20,7 @@ + #ifndef KEYSYM_H + #define KEYSYM_H + +-#include <SDL/SDL_keysym.h> ++#include <SDL11/SDL_keysym.h> + + namespace uta { + |