mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
e1f9008eee
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
384 B
Diff
16 lines
384 B
Diff
diff --git a/src/gm-svg-path.c b/src/gm-svg-path.c
|
|
index f572c2820e92659ad5035218382f70c2dec9ee71..59fc5b1cb4770383b3dcbe0e5e1bccb25e817a30 100644
|
|
--- a/src/gm-svg-path.c
|
|
+++ b/src/gm-svg-path.c
|
|
@@ -10,6 +10,11 @@
|
|
|
|
#include <math.h>
|
|
|
|
+#if !GLIB_CHECK_VERSION(2, 74, 0)
|
|
+# define G_REGEX_DEFAULT 0
|
|
+# define G_REGEX_MATCH_DEFAULT 0
|
|
+#endif
|
|
+
|
|
struct bbox {
|
|
int x1, x2, y1, y2;
|
|
|