pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/pdal-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 10 10:06:13 UTC 2024

Modified Files:
        pkgsrc/geography/pdal-lib: Makefile

Log Message:
pdal-lib: needs filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/geography/pdal-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/geography/pdal-lib/Makefile
diff -u pkgsrc/geography/pdal-lib/Makefile:1.24 pkgsrc/geography/pdal-lib/Makefile:1.25
--- pkgsrc/geography/pdal-lib/Makefile:1.24     Fri Dec 29 18:24:46 2023
+++ pkgsrc/geography/pdal-lib/Makefile  Sat Feb 10 10:06:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/12/29 18:24:46 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/02/10 10:06:13 wiz Exp $
 
 DISTNAME=      PDAL-2.5.6-src
 PKGNAME=       ${DISTNAME:S/PDAL/pdal-lib/:S/-src//}
@@ -16,7 +16,7 @@ LICENSE=      modified-bsd
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
-USE_CXX_FEATURES=      c++17
+USE_CXX_FEATURES=      c++17 filesystem
 
 TEST_TARGET=   test
 



Home | Main Index | Thread Index | Old Index