diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-05-01 01:25:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-05-01 01:25:35 +0000 |
commit | 6560e3ef98fb25784d9b5d53f54908c7434c9fc7 (patch) | |
tree | 98d27aa52af01c4d1d941eb6bb42cc1a4872acb0 /games-arcade | |
parent | Fixed python-2.6 issue again and again, bug #255210. (diff) | |
download | gentoo-2-6560e3ef98fb25784d9b5d53f54908c7434c9fc7.tar.gz gentoo-2-6560e3ef98fb25784d9b5d53f54908c7434c9fc7.tar.bz2 gentoo-2-6560e3ef98fb25784d9b5d53f54908c7434c9fc7.zip |
Add missing patch from bug #267316.
(Portage version: 2.1.6.11_p13577/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch b/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch new file mode 100644 index 000000000000..e4141138fd80 --- /dev/null +++ b/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch @@ -0,0 +1,132 @@ +--- configure.in.orig 2007-11-05 12:58:20.000000000 +0100 ++++ configure.in 2009-04-24 13:20:01.000000000 +0200 +@@ -191,7 +191,8 @@ + $ac_includes_default + /* cairo headers */ + #include <cairo.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(CAIRO_FLAGS) + AC_SUBST(CAIRO_LIBS) + +@@ -203,7 +204,8 @@ + /* libxml2 headers */ + #include <libxml/parser.h> + #include <libxml/tree.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(XML_FLAGS) + AC_SUBST(XML_LIBS) + +@@ -219,7 +221,8 @@ + /* other SDL headers */ + #include <SDL/SDL_image.h> + #include <SDL/SDL_rotozoom.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(SDL_FLAGS) + AC_SUBST(SDL_LIBS) + +@@ -230,7 +233,8 @@ + $ac_includes_default + /* pango cairo headers */ + #include <pango/pangocairo.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(PANGOCAIRO_FLAGS) + AC_SUBST(PANGOCAIRO_LIBS) + +@@ -364,7 +368,8 @@ + /* video headers */ + #define USE_GSTREAMER_VIDEO 1 + #include <gst/gst.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + xine*) + VIDEO_FLAGS=`xine-config --cflags` +@@ -374,7 +379,8 @@ + /* video headers */ + #define USE_LIBXINE_VIDEO 1 + #include <xine.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + smpeg*) + VIDEO_FLAGS="" +@@ -384,7 +390,8 @@ + /* video headers */ + #define USE_SMPEG 1 + #include <smpeg/smpeg.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + ;; +@@ -428,7 +435,8 @@ + /* video headers */ + #define USE_LIBXINE_AUDIO 1 + #include <xine.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + gstreamer*) + AUDIO_FLAGS=`pkg-config --cflags gstreamer-0.10` +@@ -438,7 +446,8 @@ + /* video headers */ + #define USE_GSTREAMER_AUDIO 1 + #include <gst/gst.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + AC_MSG_ERROR("I'm sure you wish audio in this game please install eather xine or gstreamer") +@@ -485,7 +494,8 @@ + #define USE_LIBRSVG 1 + #include <librsvg/rsvg.h> + #include <librsvg/rsvg-cairo.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + cairo*) + SVG_FLAGS=`pkg-config --cflags libsvg-cairo` +@@ -496,7 +506,8 @@ + #define USE_LIBSVG_CAIRO 1 + #include <svg.h> + #include <svg-cairo.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + AC_MSG_ERROR("Ultrstar-ng doesn't support non svg rendering please install eather cairo-svg or librsvg") +@@ -513,7 +524,8 @@ + $ac_includes_default + /* graphic driver */ + #define USE_SDL 1 +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + opengl*) + GL_LIBS="-lGL -lGLU" +@@ -522,7 +534,8 @@ + /* graphic driver */ + #define USE_OPENGL 1 + #include <SDL/SDL_opengl.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + esac + |