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:           Thu Oct 10 19:44:33 UTC 2024

Modified Files:
        pkgsrc/security/putty: Makefile

Log Message:
putty: Make sure extensions mode is enabled for SunOS (sigprocmask)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 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.84 pkgsrc/security/putty/Makefile:1.85
--- pkgsrc/security/putty/Makefile:1.84 Mon Apr 15 21:55:23 2024
+++ pkgsrc/security/putty/Makefile      Thu Oct 10 19:44:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2024/04/15 21:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2024/10/10 19:44:33 nia Exp $
 
 DISTNAME=      putty-0.81
 CATEGORIES=    security
@@ -13,7 +13,7 @@ USE_CMAKE=    yes
 USE_TOOLS+=    perl pkg-config
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=   c99
+FORCE_C_STD=   gnu99
 
 #INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index