diff options
Diffstat (limited to 'multimedia/xmps/files/patch-ac')
-rw-r--r-- | multimedia/xmps/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xmps/files/patch-ac b/multimedia/xmps/files/patch-ac new file mode 100644 index 0000000..fc6db30 --- /dev/null +++ b/multimedia/xmps/files/patch-ac @@ -0,0 +1,11 @@ +--- Output/X11/stretch.h.orig Thu Jun 15 11:36:00 2000 ++++ Output/X11/stretch.h Thu Jun 15 11:36:11 2000 +@@ -27,7 +27,7 @@ + #ifndef _STRETCH_H + #define _STRETCH_H + +-#include <SDL/SDL.h> ++#include <SDL.h> + + /* setup scaling routine. must be called before AS_stretchBlit + Returns 0 on success, nonzero if bit depth is invalid (not 16 nor 32), |