pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-applets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 09:04:46 UTC 2026

Modified Files:
        pkgsrc/x11/mate-applets: Makefile

Log Message:
mate-applets: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/mate-applets/Makefile

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

Modified files:

Index: pkgsrc/x11/mate-applets/Makefile
diff -u pkgsrc/x11/mate-applets/Makefile:1.71 pkgsrc/x11/mate-applets/Makefile:1.72
--- pkgsrc/x11/mate-applets/Makefile:1.71       Wed Jan  7 08:49:37 2026
+++ pkgsrc/x11/mate-applets/Makefile    Tue Jan 20 09:04:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2026/01/07 08:49:37 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2026/01/20 09:04:46 wiz Exp $
 
 PKGREVISION= 24
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -12,6 +12,8 @@ CONFIGURE_ARGS+=      --sysconfdir=${PKG_SYSC
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/libexec/mate-applets
 CONFIGURE_ARGS+=       --without-nl
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "../../mk/bsd.prefs.mk"
 
 # cpufreq has been retained (including in PLIST entries) in case it's



Home | Main Index | Thread Index | Old Index