summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit/make-382.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web-webkit/make-382.patch')
-rw-r--r--meta/recipes-sato/web/web-webkit/make-382.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web-webkit/make-382.patch b/meta/recipes-sato/web/web-webkit/make-382.patch
new file mode 100644
index 0000000000..253743d18f
--- /dev/null
+++ b/meta/recipes-sato/web/web-webkit/make-382.patch
@@ -0,0 +1,15 @@
1Make 3.82 does not allow 8 spaces instead of a tab
2
3JL - 15/12/10
4
5Index: webkit/Makefile.am
6===================================================================
7--- webkit.orig/Makefile.am
8+++ webkit/Makefile.am
9@@ -5,5 +5,5 @@ SUBDIRS = src data
10 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
11
12 snapshot:
13- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
14+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
15