Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/w3m/files: w3m-0.5.3-parallel-make.patch
Date: Wed, 02 Feb 2011 16:24:48
Message-Id: 20110202162438.D148A20057@flycatcher.gentoo.org
1 matsuu 11/02/02 16:24:38
2
3 Added: w3m-0.5.3-parallel-make.patch
4 Log:
5 Fixed parallel make issue, bug #353390.
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-client/w3m/files/w3m-0.5.3-parallel-make.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?rev=1.1&content-type=text/plain
14
15 Index: w3m-0.5.3-parallel-make.patch
16 ===================================================================
17 diff -Naur w3m-0.5.3.orig/w3mimg/Makefile.in w3m-0.5.3/w3mimg/Makefile.in
18 --- w3m-0.5.3.orig/w3mimg/Makefile.in 2011-01-04 18:22:28.000000000 +0900
19 +++ w3m-0.5.3/w3mimg/Makefile.in 2011-02-02 11:35:47.725076601 +0900
20 @@ -22,6 +22,8 @@
21 $(AR) rv $@ $(IMGOBJS)
22 $(RANLIB) $@
23
24 +$(IMGOBJS): @IMGTARGETS@
25 +
26 w3mimg.o: w3mimg.c
27 $(CC) $(CFLAGS) -c $<