aboutsummaryrefslogtreecommitdiff
path: root/graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h')
-rw-r--r--graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h b/graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h
index e3af366bed4b..567e627ad9a2 100644
--- a/graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h
+++ b/graphics/drawpile/files/patch-src_drawdance_libcommon_dpcommon_common.h
@@ -1,11 +1,11 @@
---- src/drawdance/libcommon/dpcommon/common.h.orig 2025-03-26 05:46:04 UTC
+--- src/drawdance/libcommon/dpcommon/common.h.orig 2025-11-18 11:26:42 UTC
+++ src/drawdance/libcommon/dpcommon/common.h
-@@ -41,6 +41,8 @@
+@@ -44,6 +44,8 @@
# define DP_PLATFORM "darwin"
# elif defined(__linux__)
# define DP_PLATFORM "linux"
+# elif defined(__FreeBSD__)
+# define DP_PLATFORM "freebsd"
+ # elif defined(__HAIKU__)
+ # define DP_PLATFORM "haiku"
# else
- # error "unknown platform"
- # endif