diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 16:56:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 16:56:35 +0000 |
commit | 782788ada7325bdc66508973d54afc117a1b447e (patch) | |
tree | 0ed58136f68af106340a0b1f44c8d4423c37af9e /devel/gauche-sdl/files/patch-configure | |
parent | Help the masses out with the perl 5.6->5.8 transition. (diff) |
Add gauche-sdl, SDL bindings for the gauche scheme environment
PR: ports/62892
Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes:
svn path=/head/; revision=102745
Diffstat (limited to 'devel/gauche-sdl/files/patch-configure')
-rw-r--r-- | devel/gauche-sdl/files/patch-configure | 20 |
1 files changed, 20 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. + |