pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gvfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 08:09:54 UTC 2026

Modified Files:
        pkgsrc/sysutils/gvfs: Makefile

Log Message:
gvfs: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/sysutils/gvfs/Makefile

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

Modified files:

Index: pkgsrc/sysutils/gvfs/Makefile
diff -u pkgsrc/sysutils/gvfs/Makefile:1.140 pkgsrc/sysutils/gvfs/Makefile:1.141
--- pkgsrc/sysutils/gvfs/Makefile:1.140 Wed Jan  7 08:48:52 2026
+++ pkgsrc/sysutils/gvfs/Makefile       Tue Jan 20 08:09:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2026/01/07 08:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2026/01/20 08:09:54 wiz Exp $
 
 DISTNAME=      gvfs-1.6.7
 PKGREVISION=   77
@@ -19,6 +19,9 @@ CONFIGURE_ARGS+=      --disable-bash-completi
 
 BUILDLINK_TRANSFORM+=  rm:-DG_DISABLE_DEPRECATED
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+CFLAGS+=       -Wno-implicit-function-declaration
+
 .include "../../mk/compiler.mk"
 
 .if !empty(PKGSRC_COMPILER:Mclang) || ${CC_VERSION:Mgcc-[6-9]*} || ${CC_VERSION:Mgcc-1[0-9].*}



Home | Main Index | Thread Index | Old Index