diff options
Diffstat (limited to 'meta/recipes-sato/owl-video-widget/owl-video/make-382.patch')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video/make-382.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch b/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch deleted file mode 100644 index d219c31858..0000000000 --- a/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Make 3.82 is much stricter and demands tabs. Obey. | ||
2 | |||
3 | JL - 15/12/10 | ||
4 | |||
5 | Upstream-Status: Inappropriate [configuration] | ||
6 | |||
7 | Index: video/Makefile.am | ||
8 | =================================================================== | ||
9 | --- video.orig/Makefile.am | ||
10 | +++ video/Makefile.am | ||
11 | @@ -4,5 +4,5 @@ SUBDIRS = src | ||
12 | MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update install-sh ltmain.sh Makefile.in missing | ||
13 | |||
14 | snapshot: | ||
15 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
16 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
17 | |||