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: gdt
Date: Tue May 21 12:26:33 UTC 2024
Modified Files:
pkgsrc/geography/gdal-lib: Makefile
Log Message:
geography/gdal-lib: Modernize USE_LANGUAGES
Simply migrate to USE_C_FEATURES and USE_CXX_FEATURES.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 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.161 pkgsrc/geography/gdal-lib/Makefile:1.162
--- pkgsrc/geography/gdal-lib/Makefile:1.161 Thu May 16 06:14:58 2024
+++ pkgsrc/geography/gdal-lib/Makefile Tue May 21 12:26:33 2024
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.161 2024/05/16 06:14:58 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2024/05/21 12:26:33 gdt Exp $
-PKGREVISION= 9
+PKGREVISION= 10
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
#PKGREVISION= 0
COMMENT= Translator library for raster geospatial data formats
-USE_LANGUAGES+= c99 c++11
+USE_LANGUAGES+= c c++
+USE_C_FEATURES+= c99
+USE_CXX_FEATURES+= c++11
# This package intends to link against only libgeos_c, but ends up
# also linking to the C++ library libgeos, apparently because of a
Home |
Main Index |
Thread Index |
Old Index