pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libfm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 15:00:05 UTC 2026

Modified Files:
        pkgsrc/sysutils/libfm: Makefile

Log Message:
libfm: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/libfm/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/libfm/Makefile
diff -u pkgsrc/sysutils/libfm/Makefile:1.37 pkgsrc/sysutils/libfm/Makefile:1.38
--- pkgsrc/sysutils/libfm/Makefile:1.37 Tue Jan 27 08:40:36 2026
+++ pkgsrc/sysutils/libfm/Makefile      Fri May 15 15:00:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2026/01/27 08:40:36 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/05/15 15:00:05 wiz Exp $
 
 DISTNAME=      libfm-1.3.2
 PKGREVISION=   15
@@ -18,6 +18,8 @@ USE_TOOLS+=           intltool msgfmt pkg-config
 # needed for correct getgrgid_r() prototype
 CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
 
+CFLAGS+=               -Wno-incompatible-pointer-types
+
 CONFIGURE_ARGS+=       --with-gtk=2
 
 PKG_SYSCONFSUBDIR=     xdg



Home | Main Index | Thread Index | Old Index