pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mate-power-manager



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 08:29:31 UTC 2026

Modified Files:
        pkgsrc/sysutils/mate-power-manager: Makefile

Log Message:
mate-power-manager: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/mate-power-manager/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/mate-power-manager/Makefile
diff -u pkgsrc/sysutils/mate-power-manager/Makefile:1.46 pkgsrc/sysutils/mate-power-manager/Makefile:1.47
--- pkgsrc/sysutils/mate-power-manager/Makefile:1.46    Thu Oct 23 20:39:24 2025
+++ pkgsrc/sysutils/mate-power-manager/Makefile Tue Jan 20 08:29:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/10/23 20:39:24 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/01/20 08:29:31 wiz Exp $
 
 PKGREVISION= 12
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -17,6 +17,8 @@ TOOL_DEPENDS+=                polkit-[0-9]*:../../secu
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-keyring
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/${PKGBASE}
 
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/autostart



Home | Main Index | Thread Index | Old Index