pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/flann-lib



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 11:34:59 UTC 2023

Modified Files:
        pkgsrc/math/flann-lib: Makefile

Log Message:
flann-lib: Assumes compiler defaults to C++11


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/flann-lib/Makefile

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

Modified files:

Index: pkgsrc/math/flann-lib/Makefile
diff -u pkgsrc/math/flann-lib/Makefile:1.5 pkgsrc/math/flann-lib/Makefile:1.6
--- pkgsrc/math/flann-lib/Makefile:1.5  Thu Aug 31 10:22:29 2023
+++ pkgsrc/math/flann-lib/Makefile      Fri Sep  1 11:34:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/08/31 10:22:29 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/01 11:34:59 nia Exp $
 
 DISTNAME=      flann-1.9.2
 PKGNAME=       ${DISTNAME:S/-/-lib-/}
@@ -23,6 +23,9 @@ CMAKE_ARGS+=  -DBUILD_MATLAB_BINDINGS=OFF
 CMAKE_ARGS+=   -DUSE_MPI=OFF
 CMAKE_ARGS+=   -DBUILD_CUDA_LIB=OFF
 
+FORCE_CXX_STD=         c++11
+USE_CXX_FEATURES+=     c++11
+
 PKGCONFIG_OVERRIDE+=   cmake/flann.pc.in
 
 .include "../../archivers/lz4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index