diff options
Diffstat (limited to 'devel/wftk/files/patch-al')
-rw-r--r-- | devel/wftk/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-al b/devel/wftk/files/patch-al new file mode 100644 index 000000000000..898f8f2407cf --- /dev/null +++ b/devel/wftk/files/patch-al @@ -0,0 +1,11 @@ +--- uta/surface_io.cc.orig Sat Mar 31 05:41:28 2001 ++++ uta/surface_io.cc Sat Mar 31 05:42:29 2001 +@@ -79,7 +79,7 @@ + #include <assert.h> + + #include <png.h> +-#include <SDL/SDL_endian.h> ++#include <SDL11/SDL_endian.h> + + namespace uta { + |