pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosh
Module Name: pkgsrc
Committed By: agc
Date: Sat Jun 8 17:52:24 UTC 2024
Modified Files:
pkgsrc/net/mosh: Makefile
Log Message:
Amalgamate USE_CXX_FEATURES and CXXFLAGS settings into a single FORCE_CXX_STD
setting.
Survives numerous build attempts
Thanks to gdt for the nudge
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/mosh/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/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.42 pkgsrc/net/mosh/Makefile:1.43
--- pkgsrc/net/mosh/Makefile:1.42 Wed May 29 16:35:19 2024
+++ pkgsrc/net/mosh/Makefile Sat Jun 8 17:52:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/05/29 16:35:19 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/06/08 17:52:24 agc Exp $
DISTNAME= mosh-1.4.0
PKGREVISION= 4
@@ -15,10 +15,7 @@ USE_TOOLS+= gmake perl:run pkg-config
USE_LANGUAGES+= c c++
USE_GCC_RUNTIME= yes
-USE_CXX_FEATURES+= c++14
-
-# USE_CXX_FEATURES does not affect configure phase, but is needed there
-CXXFLAGS+= -std=c++14
+FORCE_CXX_STD= c++14
REPLACE_PERL+= scripts/mosh.pl
REPLACE_PERL+= src/tests/genbase64.pl
Home |
Main Index |
Thread Index |
Old Index