diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-27 19:39:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-28 13:05:06 +0000 |
commit | 3451e6726b031e24e43ef3a0e30c830ef60aafcb (patch) | |
tree | 9bb6c1efcd197ccb36517e17c834a153e75bf840 /main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch | |
parent | dd655ad0ae11bb4b44195baff93c15542f494ff9 (diff) | |
download | aports-3451e6726b031e24e43ef3a0e30c830ef60aafcb.tar.bz2 aports-3451e6726b031e24e43ef3a0e30c830ef60aafcb.tar.xz |
main/webkitgtk: rename from webkit and upgrade to 1.10.0
Diffstat (limited to 'main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch')
-rw-r--r-- | main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch b/main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch deleted file mode 100644 index b632ca2791..0000000000 --- a/main/webkit/webkit-gtk-1.7.90-parallel-make-hack.patch +++ /dev/null @@ -1,21 +0,0 @@ -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) |