diff options
Diffstat (limited to 'devel/libuta/files/patch-ao')
-rw-r--r-- | devel/libuta/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-ao b/devel/libuta/files/patch-ao new file mode 100644 index 000000000000..4c45fe4118d3 --- /dev/null +++ b/devel/libuta/files/patch-ao @@ -0,0 +1,11 @@ +--- uta/sge_draw.h.orig Sat Mar 31 05:52:07 2001 ++++ uta/sge_draw.h Sat Mar 31 05:52:34 2001 +@@ -18,7 +18,7 @@ + #ifndef sge_draw_H + #define sge_draw_H + +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + #include "sge_internal.h" + + |