summaryrefslogtreecommitdiff
path: root/media-gfx/inkscape/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-03 10:18:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-03 10:18:49 +0100
commitfe2f8d9da0555e4ed15cc203d8dd99dd60b3117e (patch)
treebcce7bf56996c4cae71014ea64f65472144d8385 /media-gfx/inkscape/files
parentfa78c918d026c911c1bcd700b1d1000aaff22359 (diff)
gentoo auto-resync : 03:09:2022 - 10:18:49
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r--media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch b/media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch
index 87583019d6e3..80d071d51b0b 100644
--- a/media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch
+++ b/media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch
@@ -43,7 +43,7 @@ Signed-off-by: Sam James <sam@gentoo.org>
}
}
+#if POPPLER_CHECK_VERSION(22, 9, 0)
-+ state->setLineDash(std::vector<double> (*dash, length), args[1].getNum());
++ state->setLineDash(std::vector<double> (dash, dash + length), args[1].getNum());
+#else
state->setLineDash(dash, length, args[1].getNum());
+#endif