aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:11:37 +0000
commit19eb1c1b5f38b54e053a922785f91a57d54b97e1 (patch)
treebae8981c8eb706a0496ed088e0ac9afa201048e8 /unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
parent102a033b2f324f0112de4486d2ac9baf0c7ac7cc (diff)
downloadaports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.bz2
aports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.xz
unmaintained/webkitgtk: move from comunity
packages should use webkit2gtk instead
Diffstat (limited to 'unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch')
-rw-r--r--unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch b/unmaintained/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch
new file mode 100644
index 0000000000..b632ca2791
--- /dev/null
+++ b/unmaintained/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)