aboutsummaryrefslogtreecommitdiff
path: root/devel/gauche-sdl/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 16:56:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 16:56:35 +0000
commit782788ada7325bdc66508973d54afc117a1b447e (patch)
tree0ed58136f68af106340a0b1f44c8d4423c37af9e /devel/gauche-sdl/files
parent13dccf91cd14b6dba6fadb999f271898bc8cd421 (diff)
downloadports-782788ada7325bdc66508973d54afc117a1b447e.tar.gz
ports-782788ada7325bdc66508973d54afc117a1b447e.zip
Notes
Diffstat (limited to 'devel/gauche-sdl/files')
-rw-r--r--devel/gauche-sdl/files/patch-configure20
-rw-r--r--devel/gauche-sdl/files/patch-src::gauche-sdl.h11
-rw-r--r--devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h10
-rw-r--r--devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h11
-rw-r--r--devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h11
5 files changed, 63 insertions, 0 deletions
diff --git a/devel/gauche-sdl/files/patch-configure b/devel/gauche-sdl/files/patch-configure
new file mode 100644
index 000000000000..dcf75844da2d
--- /dev/null
+++ b/devel/gauche-sdl/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Sun Feb 15 16:47:50 2004
++++ configure Sun Feb 15 16:49:38 2004
+@@ -777,6 +777,8 @@
+ fi
+ done
+
++MYLAMEOLDCPPFLAGS="${CPPFLAGS}"
++CPPFLAGS="${CPPFLAGS} %%SDL_CFLAGS%%"
+
+ for ac_hdr in SDL/SDL_framerate.h
+ do
+@@ -944,7 +946,7 @@
+ fi
+ done
+
+-
++CPPFLAGS="${MYLAMEOLDCPPFLAGS}"
+
+ # Sets the default value of INSTALL_TYPE macro.
+
diff --git a/devel/gauche-sdl/files/patch-src::gauche-sdl.h b/devel/gauche-sdl/files/patch-src::gauche-sdl.h
new file mode 100644
index 000000000000..48f8c5d2fdc2
--- /dev/null
+++ b/devel/gauche-sdl/files/patch-src::gauche-sdl.h
@@ -0,0 +1,11 @@
+--- src/gauche-sdl.h.orig Mon Feb 24 21:20:18 2003
++++ src/gauche-sdl.h Sun Feb 15 18:27:17 2004
+@@ -20,7 +20,7 @@
+
+ #include <gauche/uvector.h>
+
+-#include <SDL/SDL.h>
++#include <SDL.h>
+
+ /*****************************************************************************
+ * Miscellaneous
diff --git a/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h b/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h
new file mode 100644
index 000000000000..33cae8af6e16
--- /dev/null
+++ b/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h
@@ -0,0 +1,10 @@
+--- src/image/gauche-sdl-image.h.orig Sun Feb 15 18:29:18 2004
++++ src/image/gauche-sdl-image.h Sun Feb 15 18:29:37 2004
+@@ -20,6 +20,6 @@
+
+ #include "../gauche-sdl.h"
+
+-#include <SDL/SDL_image.h>
++#include <SDL_image.h>
+
+ #endif /* GAUCHE_SDL_IMAGE_H */
diff --git a/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h b/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h
new file mode 100644
index 000000000000..a4f27f143371
--- /dev/null
+++ b/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h
@@ -0,0 +1,11 @@
+--- src/mixer/gauche-sdl-mixer.h.orig Sun Feb 15 18:31:18 2004
++++ src/mixer/gauche-sdl-mixer.h Sun Feb 15 18:31:38 2004
+@@ -20,7 +20,7 @@
+
+ #include "../gauche-sdl.h"
+
+-#include <SDL/SDL_mixer.h>
++#include <SDL_mixer.h>
+
+ /*****************************************************************************
+ * Mixer
diff --git a/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h b/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h
new file mode 100644
index 000000000000..9c05dd661537
--- /dev/null
+++ b/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h
@@ -0,0 +1,11 @@
+--- src/ttf/gauche-sdl-ttf.h.orig Sun Feb 15 18:31:53 2004
++++ src/ttf/gauche-sdl-ttf.h Sun Feb 15 18:32:10 2004
+@@ -20,7 +20,7 @@
+
+ #include "../gauche-sdl.h"
+
+-#include <SDL/SDL_ttf.h>
++#include <SDL_ttf.h>
+
+ /*****************************************************************************
+ * TTF