pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/lcms



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  8 12:27:19 UTC 2026

Modified Files:
        pkgsrc/graphics/lcms: Makefile

Log Message:
lcms: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/lcms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/lcms/Makefile
diff -u pkgsrc/graphics/lcms/Makefile:1.45 pkgsrc/graphics/lcms/Makefile:1.46
--- pkgsrc/graphics/lcms/Makefile:1.45  Sat Aug 30 22:45:25 2025
+++ pkgsrc/graphics/lcms/Makefile       Wed Apr  8 12:27:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/08/30 22:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2026/04/08 12:27:19 wiz Exp $
 
 DISTNAME=      lcms-1.19
 PKGREVISION=   7
@@ -15,6 +15,8 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 TEST_TARGET=           check
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 # lcms does not need zlib, but will look for it and link it to tifficc
 # if present.  Therefore, we don't enjoin lcms from finding zlib, but
 # don't include it via bl3.



Home | Main Index | Thread Index | Old Index