Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/yabause/files: yabause-0.9.4-build.patch
Date: Thu, 08 May 2008 19:25:57
Message-Id: E1JuBkZ-00041F-2O@stork.gentoo.org
1 nyhm 08/05/08 19:25:55
2
3 Added: yabause-0.9.4-build.patch
4 Log:
5 Version bump, bug #214712
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 games-emulation/yabause/files/yabause-0.9.4-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/files/yabause-0.9.4-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/yabause/files/yabause-0.9.4-build.patch?rev=1.1&content-type=text/plain
13
14 Index: yabause-0.9.4-build.patch
15 ===================================================================
16 --- configure.in 2008/03/12 22:09:23 1.85
17 +++ configure.in 2008/03/25 20:45:28 1.86
18 @@ -3,6 +3,11 @@
19 AC_CANONICAL_HOST
20 AC_CANONICAL_TARGET
21
22 +# hack to reset host_alias when we're not cross compiling
23 +if test "x$host_alias" = "x$host"; then
24 + host_alias=
25 +fi
26 +
27 AM_INIT_AUTOMAKE([1.8.0])
28
29 AC_PROG_RANLIB
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list