diff options
-rw-r--r-- | debian/patches/090_parallel-make.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/090_parallel-make.patch b/debian/patches/090_parallel-make.patch new file mode 100644 index 0000000..4291e59 --- /dev/null +++ b/debian/patches/090_parallel-make.patch @@ -0,0 +1,15 @@ +Description: Patch from Gentoo to fix parallel make issue +Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?revision=1.1&view=markup + +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 $< + diff --git a/debian/patches/series b/debian/patches/series index b4e1627..4e54238 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ 060_format-security.patch 070_glibc2.14.patch 080_gc72.patch +090_parallel-make.patch |