summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch b/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
new file mode 100644
index 0000000000..217573bd27
--- /dev/null
+++ b/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
@@ -0,0 +1,17 @@
1Automake complains about using += before setting with =
2
3Signed-off-by: Saul Wold <sgw@linux.intel.com>
4
5Index: librsvg-2.32.0/doc/Makefile.am
6===================================================================
7--- librsvg-2.32.0.orig/doc/Makefile.am 2010-11-24 13:13:28.000000000 -0800
8+++ librsvg-2.32.0/doc/Makefile.am 2010-11-24 13:13:46.161312119 -0800
9@@ -133,7 +133,7 @@
10
11 # Other files to distribute
12 # e.g. EXTRA_DIST += version.xml.in
13-EXTRA_DIST += \
14+EXTRA_DIST = \
15 version.xml.in
16
17 # Files not to distribute