public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/w3m/files: w3m-0.5.3-parallel-make.patch
@ 2011-02-02 16:24 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 2+ messages in thread
From: Matsuu Takuto (matsuu) @ 2011-02-02 16:24 UTC (permalink / raw
  To: gentoo-commits

matsuu      11/02/02 16:24:38

  Added:                w3m-0.5.3-parallel-make.patch
  Log:
  Fixed parallel make issue, bug #353390.
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-client/w3m/files/w3m-0.5.3-parallel-make.patch

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
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

Index: w3m-0.5.3-parallel-make.patch
===================================================================
diff -Naur w3m-0.5.3.orig/w3mimg/Makefile.in w3m-0.5.3/w3mimg/Makefile.in
--- w3m-0.5.3.orig/w3mimg/Makefile.in	2011-01-04 18:22:28.000000000 +0900
+++ w3m-0.5.3/w3mimg/Makefile.in	2011-02-02 11:35:47.725076601 +0900
@@ -22,6 +22,8 @@
 	$(AR) rv $@ $(IMGOBJS)
 	$(RANLIB) $@
 
+$(IMGOBJS): @IMGTARGETS@
+
 w3mimg.o: w3mimg.c
 	$(CC) $(CFLAGS) -c $<
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/w3m/files: w3m-0.5.3-parallel-make.patch
@ 2014-03-14 14:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-14 14:19 UTC (permalink / raw
  To: gentoo-commits

jer         14/03/14 14:19:09

  Modified:             w3m-0.5.3-parallel-make.patch
  Log:
  Fix one more parallel make issue (bug #362249).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  www-client/w3m/files/w3m-0.5.3-parallel-make.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?r1=1.1&r2=1.2

Index: w3m-0.5.3-parallel-make.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- w3m-0.5.3-parallel-make.patch	2 Feb 2011 16:24:38 -0000	1.1
+++ w3m-0.5.3-parallel-make.patch	14 Mar 2014 14:19:09 -0000	1.2
@@ -1,6 +1,5 @@
-diff -Naur w3m-0.5.3.orig/w3mimg/Makefile.in w3m-0.5.3/w3mimg/Makefile.in
---- w3m-0.5.3.orig/w3mimg/Makefile.in	2011-01-04 18:22:28.000000000 +0900
-+++ w3m-0.5.3/w3mimg/Makefile.in	2011-02-02 11:35:47.725076601 +0900
+--- a/w3mimg/Makefile.in
++++ b/w3mimg/Makefile.in
 @@ -22,6 +22,8 @@
  	$(AR) rv $@ $(IMGOBJS)
  	$(RANLIB) $@
@@ -10,3 +9,14 @@
  w3mimg.o: w3mimg.c
  	$(CC) $(CFLAGS) -c $<
  
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -250,7 +250,7 @@
+ 	 (cd $$subdir && $(MAKE) install); \
+ 	done
+ 
+-all-scripts:
++all-scripts: funcname.tab
+ 	for dir in $(SCRIPTSUBDIRS);	\
+ 	do	\
+ 		(cd $$dir && $(MAKE) $(MAKE_ARGS)); \





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-14 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 16:24 [gentoo-commits] gentoo-x86 commit in www-client/w3m/files: w3m-0.5.3-parallel-make.patch Matsuu Takuto (matsuu)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-14 14:19 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox