aboutsummaryrefslogtreecommitdiffstats
path: root/testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-09-19 21:28:53 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-09-19 21:29:09 +0200
commit4cf4058c180ac24d16c0facc784aa88d19de6b8a (patch)
treebdcbf5302e523352eadbc64dee7d39f018995702 /testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch
parent4505ac7a119675d3cc652c000546605cf48bf361 (diff)
downloadaports-4cf4058c180ac24d16c0facc784aa88d19de6b8a.tar.bz2
aports-4cf4058c180ac24d16c0facc784aa88d19de6b8a.tar.xz
testing/webkitgtk2: new aport
Diffstat (limited to 'testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch')
-rw-r--r--testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch b/testing/webkitgtk2/webkit-gtk-1.7.90-parallel-make-hack.patch
new file mode 100644
index 0000000000..b632ca2791
--- /dev/null
+++ b/testing/webkitgtk2/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)