pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/xmlsec1



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 19 14:55:06 UTC 2023

Modified Files:
        pkgsrc/security/xmlsec1: Makefile

Log Message:
xmlsec1: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/xmlsec1/Makefile

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

Modified files:

Index: pkgsrc/security/xmlsec1/Makefile
diff -u pkgsrc/security/xmlsec1/Makefile:1.42 pkgsrc/security/xmlsec1/Makefile:1.43
--- pkgsrc/security/xmlsec1/Makefile:1.42       Wed Apr 19 08:08:42 2023
+++ pkgsrc/security/xmlsec1/Makefile    Wed Jul 19 14:55:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/04/19 08:08:42 adam Exp $
+# $NetBSD: Makefile,v 1.43 2023/07/19 14:55:06 nia Exp $
 #
 
 DISTNAME=              xmlsec1-1.2.33
@@ -16,6 +16,9 @@ USE_TOOLS+=           pkg-config
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES=         c99
+
 PKGCONFIG_OVERRIDE+=   xmlsec-gcrypt.pc.in
 PKGCONFIG_OVERRIDE+=   xmlsec-gnutls.pc.in
 PKGCONFIG_OVERRIDE+=   xmlsec-nss.pc.in



Home | Main Index | Thread Index | Old Index