[packages/inkscape] - adjust patch for inkscape release
baggins
baggins at pld-linux.org
Mon Mar 23 09:54:58 CET 2020
commit 114f14976454ffba55a71d69d5e0740a2d0566f7
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 23 09:52:33 2020 +0100
- adjust patch for inkscape release
inkscape-poppler0.83.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/inkscape-poppler0.83.patch b/inkscape-poppler0.83.patch
index a06171f..f75df41 100644
--- a/inkscape-poppler0.83.patch
+++ b/inkscape-poppler0.83.patch
@@ -37,7 +37,7 @@ index 4eae275757..4513ad94c5 100644
@@ -267,7 +267,7 @@ public:
ClipHistoryEntry *save();
ClipHistoryEntry *restore();
- GBool hasSaves() { return saved != nullptr; }
+ GBool hasSaves() { return saved != NULL; }
- void setClip(GfxPath *newClipPath, GfxClipType newClipType = clipNormal);
+ void setClip(_POPPLER_CONST_83 GfxPath *newClipPath, GfxClipType newClipType = clipNormal);
GfxPath *getClipPath() { return clipPath; }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/inkscape.git/commitdiff/114f14976454ffba55a71d69d5e0740a2d0566f7
More information about the pld-cvs-commit
mailing list