diff --git a/Build-fix-unability-to-build-with-Inkscape-1.0-beta-.patch b/Build-fix-unability-to-build-with-Inkscape-1.0-beta-.patch index e249ee3..317314b 100644 --- a/Build-fix-unability-to-build-with-Inkscape-1.0-beta-.patch +++ b/Build-fix-unability-to-build-with-Inkscape-1.0-beta-.patch @@ -1,4 +1,4 @@ -From 8975b48cc498bfc0fa48cb7f51d78fd01309bcfa Mon Sep 17 00:00:00 2001 +From 47ecd21b9acb108eb4e024c51cdefadac2d74a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Tue, 26 Nov 2019 20:07:36 +0100 Subject: [PATCH] Build: fix unability to build with Inkscape 1.0 beta @@ -13,7 +13,7 @@ https://gitlab.com/inkscape/inbox/issues/1244 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am -index 257f5cdf5..a51c5d6f4 100644 +index 257f5cdf5..d8c846830 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,14 +84,19 @@ PNGS = $(PNGS_ORIGINAL) $(PNGS_GENERATED) @@ -35,7 +35,7 @@ index 257f5cdf5..a51c5d6f4 100644 %-large.png: %.svg - $(AM_V_GEN)$(INKSCAPE) --file=$< --export-dpi=180 -C --export-png=$@ $(PCMK_quiet) + $(AM_V_GEN) { $(INKSCAPE) --export-dpi=180 -C --export-png=$@ $< \ -+ || $(INKSCAPE) --export-dpi=180 -C --export-png=$@ $<; } $(PCMK_quiet) ++ || $(INKSCAPE) --export-dpi=180 -C --export-file=$@ $<; } $(PCMK_quiet) if IS_ASCIIDOC ASCIIDOC_HTML_ARGS = --unsafe --backend=xhtml11