aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-29 14:04:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-29 15:18:02 +0000
commita133c34a27ac6f3dcbb42fd85ecff5b630a9492d (patch)
treefd9ba94ac6aea90b9c52a0e2ed056518b7c104ac /community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
parent5b29914c9f9e63776952405511dc69c91c78adf5 (diff)
downloadaports-a133c34a27ac6f3dcbb42fd85ecff5b630a9492d.tar.bz2
aports-a133c34a27ac6f3dcbb42fd85ecff5b630a9492d.tar.xz
community/webkitgtk: move from main
Diffstat (limited to 'community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch')
-rw-r--r--community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch b/community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
new file mode 100644
index 0000000000..b632ca2791
--- /dev/null
+++ b/community/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
@@ -0,0 +1,21 @@
+Horrible failure of a hack to enable workaround for
+https://bugs.webkit.org/show_bug.cgi?id=79498
+
+--- a/GNUmakefile.am
++++ b/GNUmakefile.am
+@@ -285,6 +285,15 @@
+ all-local: stamp-po
+ $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources
+
++# Horrible hack to enable workaround for parallel make failure
++all-built-sources-local: $(BUILT_SOURCES) autotoolsconfig.h
++
++all-ltlibraries-local: GNUmakefile $(LTLIBRARIES)
++
++all-programs-local: GNUmakefile $(PROGRAMS)
++
++all-data-local: GNUmakefile $(DATA)
++
+ # remove built sources and program directories
+ clean-local:
+ -rm -rf $(GENPROGRAMS)