pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libmpdclient
Module Name: pkgsrc
Committed By: nia
Date: Thu Dec 18 13:40:09 UTC 2025
Modified Files:
pkgsrc/audio/libmpdclient: Makefile
Log Message:
libmpdclient: Fix build on illumos with recent gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/libmpdclient/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libmpdclient/Makefile
diff -u pkgsrc/audio/libmpdclient/Makefile:1.20 pkgsrc/audio/libmpdclient/Makefile:1.21
--- pkgsrc/audio/libmpdclient/Makefile:1.20 Mon Aug 14 05:23:47 2023
+++ pkgsrc/audio/libmpdclient/Makefile Thu Dec 18 13:40:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/08/14 05:23:47 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/12/18 13:40:09 nia Exp $
DISTNAME= libmpdclient-2.20
PKGREVISION= 1
@@ -15,5 +15,7 @@ LDFLAGS.SunOS+= -lsocket
PYTHON_FOR_BUILD_ONLY= tool
+FORCE_C_STD= gnu99
+
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index