pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gtexinfo



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 31 14:34:55 UTC 2025

Modified Files:
        pkgsrc/devel/gtexinfo: Makefile

Log Message:
devel/gtexinfo: require c99

Fix build on old CentOS 7.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/devel/gtexinfo/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/gtexinfo/Makefile
diff -u pkgsrc/devel/gtexinfo/Makefile:1.128 pkgsrc/devel/gtexinfo/Makefile:1.129
--- pkgsrc/devel/gtexinfo/Makefile:1.128        Fri Jul  4 08:45:08 2025
+++ pkgsrc/devel/gtexinfo/Makefile      Sun Aug 31 14:34:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2025/07/04 08:45:08 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2025/08/31 14:34:55 taca Exp $
 
 DISTNAME=      texinfo-7.2
 PKGNAME=       g${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+=     p5-Locale-libintl-[0-9]*:../..
 DEPENDS+=      p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
 DEPENDS+=      p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
 
+FORCE_C_STD=           c99
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl:run
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index