Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/snes9x/files: snes9x-1.51-config.patch
Date: Fri, 08 Jan 2010 21:55:56
Message-Id: E1NTMoE-0006hl-L7@stork.gentoo.org
1 tupone 10/01/08 21:55:54
2
3 Modified: snes9x-1.51-config.patch
4 Log:
5 Build with autoconf-2.65. Bug #294366
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-emulation/snes9x/files/snes9x-1.51-config.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/files/snes9x-1.51-config.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/files/snes9x-1.51-config.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/snes9x/files/snes9x-1.51-config.patch?r1=1.1&r2=1.2
14
15 Index: snes9x-1.51-config.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/snes9x/files/snes9x-1.51-config.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- snes9x-1.51-config.patch 9 Feb 2008 06:18:35 -0000 1.1
22 +++ snes9x-1.51-config.patch 8 Jan 2010 21:55:54 -0000 1.2
23 @@ -1,5 +1,17 @@
24 --- configure.in.old
25 +++ configure.in
26 +@@ -20,9 +20,9 @@
27 +
28 + SYSDEFINES=''
29 +
30 +-AC_DEFUN([AC_S9X_DEFINE],
31 ++AC_DEFUN([AC_S9X_DEFINE],[
32 + AC_DEFINE($1, $2, $3)
33 +- SYSDEFINES="$SYSDEFINES"' -D$1')
34 ++ SYSDEFINES="$SYSDEFINES"' -D$1'])
35 +
36 + AC_DEFUN([AC_SYS_COMPILER_FLAG],
37 + [
38 @@ -506,9 +506,9 @@
39 fi
40 ])