pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/putty



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 21:31:08 UTC 2023

Modified Files:
        pkgsrc/security/putty: Makefile

Log Message:
putty: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/security/putty/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/putty/Makefile
diff -u pkgsrc/security/putty/Makefile:1.75 pkgsrc/security/putty/Makefile:1.76
--- pkgsrc/security/putty/Makefile:1.75 Tue Feb 14 18:19:49 2023
+++ pkgsrc/security/putty/Makefile      Wed Jul 12 21:31:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2023/02/14 18:19:49 tnn Exp $
+# $NetBSD: Makefile,v 1.76 2023/07/12 21:31:08 nia Exp $
 #
 
 DISTNAME=      putty-0.78
@@ -13,6 +13,9 @@ LICENSE=      mit
 USE_CMAKE=     yes
 USE_TOOLS+=    perl pkg-config
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 #INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index