pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/c-icap



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 17:42:54 UTC 2026

Modified Files:
        pkgsrc/www/c-icap: Makefile

Log Message:
c-icap: Fails with C23 default language.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/c-icap/Makefile

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

Modified files:

Index: pkgsrc/www/c-icap/Makefile
diff -u pkgsrc/www/c-icap/Makefile:1.37 pkgsrc/www/c-icap/Makefile:1.38
--- pkgsrc/www/c-icap/Makefile:1.37     Mon Nov 17 11:01:38 2025
+++ pkgsrc/www/c-icap/Makefile  Sun Jun 14 17:42:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/11/17 11:01:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/06/14 17:42:54 nia Exp $
 
 DISTNAME=      c_icap-0.5.5
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://c-icap.sourceforge.net
 COMMENT=       Implementation of an ICAP server
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c
+FORCE_C_STD=           gnu89
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index