Friday, May 15, 2026

lcmd: build with llvm 22

yet another pointer type mismatch. ok ? Index: Makefile =================================================================== RCS file: /local/cvs/ports/graphics/lcms/Makefile,v diff -u -p -u -r1.36 Makefile --- Makefile 22 Jul 2025 12:37:50 -0000 1.36 +++ Makefile 15 May 2026 07:36:18 -0000 @@ -3,7 +3,7 @@ COMMENT = color management library DISTNAME = lcms-1.19 CATEGORIES = graphics SITES = ${SITE_SOURCEFORGE:=lcms/} -REVISION = 2 +REVISION = 3 SHARED_LIBS += lcms 2.0 # 1.19 Index: patches/patch-jpegicc_jpegicc_c =================================================================== RCS file: patches/patch-jpegicc_jpegicc_c diff -N patches/patch-jpegicc_jpegicc_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-jpegicc_jpegicc_c 15 May 2026 07:36:18 -0000 @@ -0,0 +1,13 @@ +Fix type for llvm 22 +Index: jpegicc/jpegicc.c +--- jpegicc/jpegicc.c.orig ++++ jpegicc/jpegicc.c +@@ -707,7 +707,7 @@ int TransformImage(char *cDefInpProf, char *cOutProf) + DWORD wInput, wOutput; + int OutputColorSpace; + DWORD dwFlags = 0; +- DWORD EmbedLen; ++ unsigned int EmbedLen; + LPBYTE EmbedBuffer; + + // Observer adaptation state (only meaningful on absolute colorimetric intent) -- Matthieu Herrb

No comments:

Post a Comment