pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/plinkseq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  9 15:56:50 UTC 2025

Modified Files:
        pkgsrc/biology/plinkseq: Makefile

Log Message:
plinkseq: needs c++17 now due to abseil


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/biology/plinkseq/Makefile

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

Modified files:

Index: pkgsrc/biology/plinkseq/Makefile
diff -u pkgsrc/biology/plinkseq/Makefile:1.24 pkgsrc/biology/plinkseq/Makefile:1.25
--- pkgsrc/biology/plinkseq/Makefile:1.24       Thu Jul  3 06:28:30 2025
+++ pkgsrc/biology/plinkseq/Makefile    Wed Jul  9 15:56:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2025/07/03 06:28:30 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/07/09 15:56:50 wiz Exp $
 
 DISTNAME=      plinkseq-0.08
 PKGREVISION=   15
@@ -16,8 +16,8 @@ USE_LANGUAGES=        c c++
 USE_TOOLS=     bash:run
 REPLACE_BASH=  browser/pbrowse.in index/index.in
 
-USE_CXX_FEATURES=      c++14
-FORCE_CXX_STD=         c++14
+USE_CXX_FEATURES=      c++17
+FORCE_CXX_STD=         c++17
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 



Home | Main Index | Thread Index | Old Index