pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sslh



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:29:57 UTC 2023

Modified Files:
        pkgsrc/net/sslh: Makefile

Log Message:
sslh: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/sslh/Makefile

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

Modified files:

Index: pkgsrc/net/sslh/Makefile
diff -u pkgsrc/net/sslh/Makefile:1.16 pkgsrc/net/sslh/Makefile:1.17
--- pkgsrc/net/sslh/Makefile:1.16       Sat Jan  1 16:47:20 2022
+++ pkgsrc/net/sslh/Makefile    Wed Jul 12 20:29:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/01/01 16:47:20 rhialto Exp $
+# $NetBSD: Makefile,v 1.17 2023/07/12 20:29:57 nia Exp $
 
 DISTNAME=      sslh-1.22c
 CATEGORIES=    net
@@ -14,7 +14,9 @@ LICENSE=      gnu-gpl-v2
 MAKE_JOBS_SAFE=        no
 
 USE_TOOLS+=    gmake gzip pod2man
-USE_LANGUAGES= c
+
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
 
 MAKE_FLAGS+=   USELIBWRAP=1
 



Home | Main Index | Thread Index | Old Index