pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Tue Jan 14 18:36:16 UTC 2025

Modified Files:
        pkgsrc/misc/screen: Makefile

Log Message:
screen: require a c17 compiler


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/misc/screen/Makefile

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

Modified files:

Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.124 pkgsrc/misc/screen/Makefile:1.125
--- pkgsrc/misc/screen/Makefile:1.124   Thu Jan  9 20:07:03 2025
+++ pkgsrc/misc/screen/Makefile Tue Jan 14 18:36:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2025/01/09 20:07:03 ktnb Exp $
+# $NetBSD: Makefile,v 1.125 2025/01/14 18:36:16 ktnb Exp $
 
 DISTNAME=      screen-5.0.0
 CATEGORIES=    misc shells
@@ -16,6 +16,8 @@ EXTRACT_USING=        bsdtar
 # ./display.h:154:19: error: use of undeclared identifier 'T_N'
 #MAKE_JOBS_SAFE=       no
 
+USE_CC_FEATURES=       c17
+
 .include "options.mk"
 
 NOT_FOR_PLATFORM=      Interix-*-* # user auth and username size fixes needed



Home | Main Index | Thread Index | Old Index