summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-09 01:54:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-09 01:54:36 +0000
commit4f37e7bb596844502a5f9b0d1543eed1c517a0cb (patch)
tree6bf270996db7ea0a6212d0240d57abccd3a1ebd6 /games-action
parentPatch to fix building with gcc-4.3 by Martin Väth <vaeth AT mathematik.uni-w... (diff)
downloadgentoo-2-4f37e7bb596844502a5f9b0d1543eed1c517a0cb.tar.gz
gentoo-2-4f37e7bb596844502a5f9b0d1543eed1c517a0cb.tar.bz2
gentoo-2-4f37e7bb596844502a5f9b0d1543eed1c517a0cb.zip
add patch from Peter Alfredsen to make configure use bash (bug #217708)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/chromium/ChangeLog8
-rw-r--r--games-action/chromium/files/0.9.12-configure.patch15
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"