Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc/files: distcc-3.0-svn617.patch
Date: Sun, 19 Oct 2008 14:45:24
Message-Id: E1KrZX1-00040a-4O@stork.gentoo.org
1 matsuu 08/10/19 14:45:23
2
3 Added: distcc-3.0-svn617.patch
4 Log:
5 Add myself as a maintainer, bug #234312. Backport patch from svn 617.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/distcc/files/distcc-3.0-svn617.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-3.0-svn617.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-3.0-svn617.patch?rev=1.1&content-type=text/plain
13
14 Index: distcc-3.0-svn617.patch
15 ===================================================================
16 Index: src/arg.c
17 ===================================================================
18 --- src/arg.c (revision 616)
19 +++ src/arg.c (revision 617)
20 @@ -453,7 +453,7 @@
21 dest_argv[i] = strdup(opt);
22 if (!dest_argv[i]) return EXIT_OUT_OF_MEMORY;
23 i++;
24 - if (strcmp(opt, "-MD") == 0 || strcmp(opt, "-MMD")) {
25 + if (strcmp(opt, "-MD") == 0 || strcmp(opt, "-MMD") == 0) {
26 char *filename;
27 if (!comma) {
28 rs_log_warning("'-Wp,-MD' or '-Wp,-MMD' option is missing "