pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libtai



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 12:49:13 UTC 2026

Modified Files:
        pkgsrc/devel/libtai: Makefile

Log Message:
libtai: Fails with C23 default language.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/libtai/Makefile

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

Modified files:

Index: pkgsrc/devel/libtai/Makefile
diff -u pkgsrc/devel/libtai/Makefile:1.24 pkgsrc/devel/libtai/Makefile:1.25
--- pkgsrc/devel/libtai/Makefile:1.24   Thu May 22 04:51:27 2025
+++ pkgsrc/devel/libtai/Makefile        Sun Jun 14 12:49:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2025/05/22 04:51:27 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2026/06/14 12:49:13 nia Exp $
 
 DISTNAME=              libtai-0.60
 PKGREVISION=           8
@@ -10,6 +10,8 @@ HOMEPAGE=             https://cr.yp.to/libtai.html
 COMMENT=               Library for storing and manipulating dates and times
 LICENSE=               public-domain
 
+FORCE_C_STD=           gnu89
+
 CONFLICTS=             libowfat<0.32nb1
 
 EGDIR=                 share/examples/${PKGBASE}



Home | Main Index | Thread Index | Old Index