pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun  6 14:40:20 UTC 2024

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

Log Message:
(geography/gdal-lib) Trying to fix on NetBSD/9.3, sorry not intensively considered


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/geography/gdal-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/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.168 pkgsrc/geography/gdal-lib/Makefile:1.169
--- pkgsrc/geography/gdal-lib/Makefile:1.168    Wed May 29 16:32:46 2024
+++ pkgsrc/geography/gdal-lib/Makefile  Thu Jun  6 14:40:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2024/05/29 16:32:46 adam Exp $
+# $NetBSD: Makefile,v 1.169 2024/06/06 14:40:20 mef Exp $
 
 PKGREVISION= 2
 .include "../../geography/gdal-lib/Makefile.common"
@@ -8,8 +8,8 @@ PKGNAME=        ${DISTNAME:S/gdal/gdal-lib/}
 COMMENT=       Translator library for raster geospatial data formats
 
 USE_LANGUAGES+=                c c++
-USE_CC_FEATURES+=      c99
-USE_CXX_FEATURES+=     c++11
+USE_CC_FEATURES+=      c17
+USE_CXX_FEATURES+=     c++17
 
 USE_TOOLS+=            gmake
 USE_TOOLS+=            pkg-config
@@ -72,6 +72,7 @@ CMAKE_CONFIGURE_ARGS+=        -DNetCDF_DIR=${BU
 #CMAKE_CONFIGURE_ARGS+=        -Dxerces
 #CMAKE_CONFIGURE_ARGS+=        -Dxerces-inc=${BUILDLINK_PREFIX.xerces-c}/include
 #CMAKE_CONFIGURE_ARGS+=        -Dxerces-lib=-L${BUILDLINK_PREFIX.xerces-c}/lib\ -lxerces-c
+CMAKE_CONFIGURE_ARGS+= -DACCEPT_MISSING_SQLITE3_RTREE:BOOL=ON
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index