diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
commit | 26bd399171bacf2bd7f21657bd89c188dfef9873 (patch) | |
tree | e946e88178a03c2e1f1e612b512b71a45014cb83 /recipes/libkate | |
parent | 54d73820bb17fd0f89d89bcc3196bb5f030f0d98 (diff) |
Move more recipes to tarballs
Diffstat (limited to 'recipes/libkate')
-rw-r--r-- | recipes/libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch b/recipes/libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch new file mode 100644 index 00000000..a543ee08 --- /dev/null +++ b/recipes/libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch @@ -0,0 +1,26 @@ +From 7da1af870dad6a6f2f781f8cddbc061755492b06 Mon Sep 17 00:00:00 2001 +From: Andoni Morales Alastruey <ylatuya@gmail.com> +Date: Fri, 26 Oct 2012 03:01:13 +0200 +Subject: [PATCH] be more permissive with automake errors now that we use + automake 1.12 + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 58ff478..2bbf6dd 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -7,7 +7,7 @@ AC_PREREQ(2.53) + + AC_CANONICAL_TARGET + +-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) ++AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) + AC_CONFIG_HEADERS([include/config.h]) + + ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) +-- +2.1.4 + |