diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-09 01:54:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-09 01:54:36 +0000 |
commit | 4f21cd598875e484bba059065166a7f01f0baf28 (patch) | |
tree | 23877abd1f5ba6aaaab4685a7e784232e75d50dc /games-action | |
parent | Patch to fix building with gcc-4.3 by Martin Väth <vaeth AT mathematik.uni-w... (diff) | |
download | historical-4f21cd598875e484bba059065166a7f01f0baf28.tar.gz historical-4f21cd598875e484bba059065166a7f01f0baf28.tar.bz2 historical-4f21cd598875e484bba059065166a7f01f0baf28.zip |
add patch from Peter Alfredsen to make configure use bash (bug #217708)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/chromium/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/chromium/files/0.9.12-configure.patch | 15 |
2 files changed, 18 insertions, 5 deletions
diff --git a/games-action/chromium/ChangeLog b/games-action/chromium/ChangeLog index 895b738ef0e9..78a59cbd501d 100644 --- a/games-action/chromium/ChangeLog +++ b/games-action/chromium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/chromium -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.25 2007/08/03 17:47:52 nyhm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.26 2008/05/09 01:54:35 mr_bones_ Exp $ + + 09 May 2008; Michael Sterrett <mr_bones_@gentoo.org> + files/0.9.12-configure.patch: + add patch from Peter Alfredsen to make configure use bash (bug #217708) *chromium-0.9.12-r7 (03 Aug 2007) diff --git a/games-action/chromium/files/0.9.12-configure.patch b/games-action/chromium/files/0.9.12-configure.patch index 10878c6732e7..ed15aeb81594 100644 --- a/games-action/chromium/files/0.9.12-configure.patch +++ b/games-action/chromium/files/0.9.12-configure.patch @@ -1,6 +1,13 @@ ---- configure.orig 2003-11-19 19:33:19.947616192 -0500 -+++ configure 2003-11-19 19:35:31.510615576 -0500 -@@ -7,10 +7,6 @@ +--- configure.orig 2008-04-14 20:15:16.000000000 +0200 ++++ configure 2008-04-14 20:15:44.000000000 +0200 +@@ -1,18 +1,14 @@ +-#!/bin/sh ++#!/bin/bash + + ## Minimum versions of libs + ################################### + SDL_MIN_VERSION="1.1.6" + SMPEG_MIN_VERSION="0.4.2" ## Defaults ################################### @@ -11,3 +18,5 @@ ## Where do we look for stuff? ################################### + std_bin_dirs="/usr/bin /usr/X11R6/bin /usr/local/bin $HOME/bin" + std_lib_dirs="/usr/lib /usr/X11R6/lib /usr/local/lib $HOME/lib" |