pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/indi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 11 16:58:09 UTC 2024

Modified Files:
        pkgsrc/misc/indi: Makefile

Log Message:
indi: uses c++17


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/indi/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/indi/Makefile
diff -u pkgsrc/misc/indi/Makefile:1.1 pkgsrc/misc/indi/Makefile:1.2
--- pkgsrc/misc/indi/Makefile:1.1       Fri May  3 11:17:14 2024
+++ pkgsrc/misc/indi/Makefile   Sat May 11 16:58:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/03 11:17:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/11 16:58:09 wiz Exp $
 
 DISTNAME=      indi-2.0.7
 CATEGORIES=    misc
@@ -10,8 +10,9 @@ HOMEPAGE=     https://github.com/indilib/ind
 COMMENT=       Implementation of the Instrument-Neutral-Device-Interface protocol
 #LICENSE=      # TODO: (see mk/license.mk)
 
-USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++17
+USE_TOOLS+=            pkg-config
 
 CMAKE_ARGS+=   -DINDI_BUILD_SERVER=NO
 



Home | Main Index | Thread Index | Old Index