pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gphoto2



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

Modified Files:
        pkgsrc/graphics/gphoto2: Makefile

Log Message:
gphoto2: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/gphoto2/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/gphoto2/Makefile
diff -u pkgsrc/graphics/gphoto2/Makefile:1.85 pkgsrc/graphics/gphoto2/Makefile:1.86
--- pkgsrc/graphics/gphoto2/Makefile:1.85       Wed Jan  7 08:47:18 2026
+++ pkgsrc/graphics/gphoto2/Makefile    Wed Apr  8 12:31:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2026/01/07 08:47:18 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2026/04/08 12:31:19 wiz Exp $
 
 DISTNAME=      gphoto2-2.5.28
 PKGREVISION=   6
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+=      --with-jpeg-prefix=${JP
 TEST_TARGET=           check
 
 CFLAGS.Darwin+=        -D_DARWIN_C_SOURCE
+CFLAGS+=       -Wno-int-conversion
+CFLAGS+=       -Wno-incompatible-pointer-types
 
 .include "../../devel/cdk/buildlink3.mk"
 .include "../../devel/libgphoto2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index