Skip to content

Commit

Permalink
geography/gdal-lib: Modernize USE_LANGUAGES
Browse files Browse the repository at this point in the history
Simply migrate to USE_C_FEATURES and USE_CXX_FEATURES.
  • Loading branch information
gdt committed May 21, 2024
1 parent b1b2598 commit 65e6a59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions geography/gdal-lib/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65e6a59

Please sign in to comment.