slackbuilds_ponce/misc/feedbackd/63cba7867147edfa2525ef85af667d48a6b0752e.diff
Bob Funk e1f9008eee
misc/feedbackd: Added (Haptic/visual/audio feedback for GNOME)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-27 08:08:51 +07:00

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;