summaryrefslogtreecommitdiff
path: root/recipes/libkate
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-05-15 11:53:51 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-05-15 11:53:51 +0300
commit26bd399171bacf2bd7f21657bd89c188dfef9873 (patch)
treee946e88178a03c2e1f1e612b512b71a45014cb83 /recipes/libkate
parent54d73820bb17fd0f89d89bcc3196bb5f030f0d98 (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-.patch26
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
+