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-puzzle/sgt-puzzles/files: sgt-puzzles-9023-gentoo.patch sgt-puzzles-9306-gentoo.patch
Date: Thu, 22 Dec 2011 01:29:32
Message-Id: 20111222012921.E56B32004B@flycatcher.gentoo.org
1 mr_bones_ 11/12/22 01:29:21
2
3 Modified: sgt-puzzles-9023-gentoo.patch
4 Added: sgt-puzzles-9306-gentoo.patch
5 Log:
6 version bump with patch reroll from Michael (kensington) (bug #395577)
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch?r1=1.1&r2=1.2
16
17 Index: sgt-puzzles-9023-gentoo.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- sgt-puzzles-9023-gentoo.patch 28 Nov 2010 05:52:31 -0000 1.1
24 +++ sgt-puzzles-9023-gentoo.patch 22 Dec 2011 01:29:21 -0000 1.2
25 @@ -1,5 +1,5 @@
26 ---- mkfiles.pl.old 2010-03-07 11:14:11.000000000 -0300
27 -+++ mkfiles.pl 2010-03-07 11:24:20.000000000 -0300
28 +--- mkfiles.pl.old
29 ++++ mkfiles.pl
30 @@ -1110,8 +1110,8 @@
31 "\n".
32 &splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " .
33
34
35
36 1.1 games-puzzle/sgt-puzzles/files/sgt-puzzles-9306-gentoo.patch
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9306-gentoo.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9306-gentoo.patch?rev=1.1&content-type=text/plain
40
41 Index: sgt-puzzles-9306-gentoo.patch
42 ===================================================================
43 --- mkfiles.pl
44 +++ mkfiles.pl
45 @@ -1117,8 +1117,8 @@
46 "\n".
47 &splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " .
48 (join " ", map {"-I$dirpfx$_"} @srcdirs) .
49 - " `\$(GTK_CONFIG) --cflags` \$(CFLAGS)")."\n".
50 - "XLIBS = `\$(GTK_CONFIG) --libs`\n".
51 + " `pkg-config gtk+-2.0 --cflags` \$(CFLAGS)")."\n".
52 + "XLIBS = `pkg-config gtk+-2.0 --libs` -lm\n".
53 "ULIBS =#\n".
54 "INSTALL=install\n",
55 "INSTALL_PROGRAM=\$(INSTALL)\n",
56 @@ -1137,7 +1137,7 @@
57 $objstr = &objects($p, "X.o", undef, undef);
58 print &splitline($prog . ": " . $objstr), "\n";
59 $libstr = &objects($p, undef, undef, "-lX");
60 - print &splitline("\t\$(CC) -o \$@ $objstr $libstr \$(XLFLAGS) \$(${type}LIBS)", 69),
61 + print &splitline("\t\$(CC) \$(LDFLAGS) -o \$@ $objstr $libstr \$(XLFLAGS) \$(${type}LIBS)", 69),
62 "\n\n";
63 }
64 foreach $d (&deps("X.o", undef, $dirpfx, "/")) {