diff options
author | Sam James <sam@gentoo.org> | 2022-09-03 02:43:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-03 02:43:04 +0100 |
commit | 9c7be06f13a9bb7b07fe368a22ad78549884ceb5 (patch) | |
tree | 7ceca90fad4e7d35f15780362fd48517bf9f87b7 /media-gfx/inkscape/files | |
parent | sec-keys/openpgp-keys-gentoo-developers: fix live ebuild (diff) | |
download | gentoo-9c7be06f13a9bb7b07fe368a22ad78549884ceb5.tar.gz gentoo-9c7be06f13a9bb7b07fe368a22ad78549884ceb5.tar.bz2 gentoo-9c7be06f13a9bb7b07fe368a22ad78549884ceb5.zip |
Revert "media-gfx/inkscape: update Poppler 22.09.0 patch"
Didn't mean to push.
This reverts commit 767edb76006523baca227ff79909323ec202583d.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/inkscape/files')
-rw-r--r-- | media-gfx/inkscape/files/inkscape-1.2.1-poppler-22.09.0.patch | 2 |
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 80d071d51b0b..87583019d6e3 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, dash + length), args[1].getNum()); ++ state->setLineDash(std::vector<double> (*dash, length), args[1].getNum()); +#else state->setLineDash(dash, length, args[1].getNum()); +#endif |