From 3451e6726b031e24e43ef3a0e30c830ef60aafcb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 27 Sep 2012 19:39:01 +0000 Subject: main/webkitgtk: rename from webkit and upgrade to 1.10.0 --- .../webkit-gtk-1.7.90-parallel-make-hack.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 main/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch (limited to 'main/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch') diff --git a/main/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch b/main/webkitgtk/webkit-gtk-1.7.90-parallel-make-hack.patch new file mode 100644 index 0000000000..b632ca2791 --- /dev/null +++ b/main/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) -- cgit v1.2.3