mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
graphics/colord: fix confusion over 64-bit type for llvm22
ok ajacoutot@
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Index: lib/colord/cd-icc.c
|
||||
--- lib/colord/cd-icc.c.orig
|
||||
+++ lib/colord/cd-icc.c
|
||||
@@ -269,7 +269,7 @@ cd_icc_to_string (CdIcc *icc)
|
||||
guint32 i;
|
||||
guint32 number_tags;
|
||||
guint32 tmp;
|
||||
- guint64 header_flags;
|
||||
+ cmsUInt64Number header_flags;
|
||||
g_autofree gchar *profile_id = NULL;
|
||||
|
||||
g_return_val_if_fail (CD_IS_ICC (icc), NULL);
|
||||
Reference in New Issue
Block a user