From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/sgt-puzzles/files: sgt-puzzles-9023-gentoo.patch
Date: Sun, 28 Nov 2010 05:52:31 +0000 (UTC) [thread overview]
Message-ID: <20101128055231.5E0F520054@flycatcher.gentoo.org> (raw)
mr_bones_ 10/11/28 05:52:31
Added: sgt-puzzles-9023-gentoo.patch
Log:
version bump (bug #346831)
(Portage version: 2.1.9.24/cvs/Linux i686)
Revision Changes Path
1.1 games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sgt-puzzles/files/sgt-puzzles-9023-gentoo.patch?rev=1.1&content-type=text/plain
Index: sgt-puzzles-9023-gentoo.patch
===================================================================
--- mkfiles.pl.old 2010-03-07 11:14:11.000000000 -0300
+++ mkfiles.pl 2010-03-07 11:24:20.000000000 -0300
@@ -1110,8 +1110,8 @@
"\n".
&splitline("CFLAGS := -O2 -Wall -Werror -ansi -pedantic -g " .
(join " ", map {"-I$dirpfx$_"} @srcdirs) .
- " `\$(GTK_CONFIG) --cflags` \$(CFLAGS)")."\n".
- "XLIBS = `\$(GTK_CONFIG) --libs`\n".
+ " `pkg-config gtk+-2.0 --cflags` \$(CFLAGS)")."\n".
+ "XLIBS = `pkg-config gtk+-2.0 --libs`\n".
"ULIBS =#\n".
"INSTALL=install\n",
"INSTALL_PROGRAM=\$(INSTALL)\n",
@@ -1130,7 +1130,7 @@
$objstr = &objects($p, "X.o", undef, undef);
print &splitline($prog . ": " . $objstr), "\n";
$libstr = &objects($p, undef, undef, "-lX");
- print &splitline("\t\$(CC) -o \$@ $objstr $libstr \$(${type}LIBS)", 69),
+ print &splitline("\t\$(CC) \$(LDFLAGS) -o \$@ $objstr $libstr \$(${type}LIBS)", 69),
"\n\n";
}
foreach $d (&deps("X.o", undef, $dirpfx, "/")) {
next reply other threads:[~2010-11-28 5:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 5:52 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-24 5:13 [gentoo-commits] gentoo-x86 commit in games-puzzle/sgt-puzzles/files: sgt-puzzles-9023-gentoo.patch Michael Sterrett (mr_bones_)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101128055231.5E0F520054@flycatcher.gentoo.org \
--to=mr_bones_@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox