summaryrefslogtreecommitdiff
path: root/recipes/librsvg
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-04-06 10:36:58 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-06 10:36:58 +0200
commitd43d36020b2e2805cb5be6eb10093c532a27cadd (patch)
tree7623771e17b9137e4829d90d9cce5da16bc0c450 /recipes/librsvg
parent7b107bea8db7767e105ca895771c9bf7915255c7 (diff)
librsvg: Bump to 2.40.9 and fix aclocal usage
Diffstat (limited to 'recipes/librsvg')
-rw-r--r--recipes/librsvg/0001-Use-ACLOCAL_FLAGS.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/librsvg/0001-Use-ACLOCAL_FLAGS.patch b/recipes/librsvg/0001-Use-ACLOCAL_FLAGS.patch
new file mode 100644
index 00000000..ecda3b95
--- /dev/null
+++ b/recipes/librsvg/0001-Use-ACLOCAL_FLAGS.patch
@@ -0,0 +1,25 @@
+From db4611d135c892e057cbe12613d7daa8898aad1a Mon Sep 17 00:00:00 2001
+From: Edward Hervey <bilboed@bilboed.com>
+Date: Mon, 6 Apr 2015 10:32:45 +0200
+Subject: [PATCH] Use ACLOCAL_FLAGS
+
+---
+ Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index 361fecc..c88cc56 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -3,6 +3,8 @@ SUBDIRS = . gdk-pixbuf-loader tests tools doc
+ NULL =
+ BUILT_SOURCES =
+
++ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
++
+ lib_LTLIBRARIES = librsvg-@RSVG_API_MAJOR_VERSION@.la
+
+ bin_PROGRAMS = rsvg-convert
+--
+2.1.0
+