Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/chromium/files: 0.9.12-configure.patch
Date: Fri, 09 May 2008 02:59:58
Message-Id: E1JuHoi-0005u5-JW@stork.gentoo.org
1 mr_bones_ 08/05/09 01:54:36
2
3 Modified: 0.9.12-configure.patch
4 Log:
5 add patch from Peter Alfredsen to make configure use bash (bug #217708)
6
7 Revision Changes Path
8 1.2 games-action/chromium/files/0.9.12-configure.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/files/0.9.12-configure.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/files/0.9.12-configure.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chromium/files/0.9.12-configure.patch?r1=1.1&r2=1.2
13
14 Index: 0.9.12-configure.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/games-action/chromium/files/0.9.12-configure.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 0.9.12-configure.patch 20 May 2006 00:16:01 -0000 1.1
21 +++ 0.9.12-configure.patch 9 May 2008 01:54:36 -0000 1.2
22 @@ -1,6 +1,13 @@
23 ---- configure.orig 2003-11-19 19:33:19.947616192 -0500
24 -+++ configure 2003-11-19 19:35:31.510615576 -0500
25 -@@ -7,10 +7,6 @@
26 +--- configure.orig 2008-04-14 20:15:16.000000000 +0200
27 ++++ configure 2008-04-14 20:15:44.000000000 +0200
28 +@@ -1,18 +1,14 @@
29 +-#!/bin/sh
30 ++#!/bin/bash
31 +
32 + ## Minimum versions of libs
33 + ###################################
34 + SDL_MIN_VERSION="1.1.6"
35 + SMPEG_MIN_VERSION="0.4.2"
36
37 ## Defaults
38 ###################################
39 @@ -11,3 +18,5 @@
40
41 ## Where do we look for stuff?
42 ###################################
43 + std_bin_dirs="/usr/bin /usr/X11R6/bin /usr/local/bin $HOME/bin"
44 + std_lib_dirs="/usr/lib /usr/X11R6/lib /usr/local/lib $HOME/lib"
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list