summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch')
-rw-r--r--meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch b/meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch
new file mode 100644
index 000000000..14f1141f1
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/nonworking/screenshot/screenshot-fix-mkinstalldirs.patch
@@ -0,0 +1,23 @@
1From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2Subject: fix screenshot po/ building
3Upstream-Status: Pending
4
5Somehow configure doesn't substitute @MKINSTALLDIRS@ by default anymore,
6however this substitution is required for po/Makefile
7
8Fix that by calling AM_MKINSTALLDIRS from configure.ac
9
10Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
11
12Index: E-MODULES-EXTRA/screenshot/configure.ac
13===================================================================
14--- E-MODULES-EXTRA.orig/screenshot/configure.ac 2011-08-17 15:49:22.000000000 +0400
15+++ E-MODULES-EXTRA/screenshot/configure.ac 2011-08-17 15:49:34.000000000 +0400
16@@ -24,6 +24,7 @@
17 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
18 AC_PROG_LIBTOOL
19
20+AM_MKINSTALLDIRS
21 m4_ifdef([AM_GNU_GETTEXT_VERSION], [
22 AM_GNU_GETTEXT_VERSION([0.14])
23 ])