pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sayaka



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 10:07:00 UTC 2023

Modified Files:
        pkgsrc/net/sayaka: Makefile

Log Message:
sayaka: Switch to USE_CXX_FEATURES.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/sayaka/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/sayaka/Makefile
diff -u pkgsrc/net/sayaka/Makefile:1.44 pkgsrc/net/sayaka/Makefile:1.45
--- pkgsrc/net/sayaka/Makefile:1.44     Sun Jul  9 09:29:34 2023
+++ pkgsrc/net/sayaka/Makefile  Fri Sep  1 10:07:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/07/09 09:29:34 tsutsui Exp $
+# $NetBSD: Makefile,v 1.45 2023/09/01 10:07:00 nia Exp $
 
 DISTNAME=      sayaka-3.6.5
 CATEGORIES=    net
@@ -12,10 +12,12 @@ COMMENT=    Terminal specific Twitter clien
 LICENSE=       modified-bsd AND mit
 
 GNU_CONFIGURE=         yes
-USE_LANGUAGES+=                c99 c++17
+USE_LANGUAGES+=                c c++
 USE_TOOLS+=            pkg-config
 BUILD_TARGET=          sayaka
 
+USE_CXX_FEATURES+=     c++17
+
 INSTALLATION_DIRS+=    bin
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index