diff options
-rw-r--r-- | geography/gdal-lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 6c6b1882df4..9c63944ec89 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2020/11/05 09:06:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.131 2020/12/14 19:50:32 gdt Exp $ PKGREVISION= 5 .include "../../geography/gdal-lib/Makefile.common" @@ -31,6 +31,9 @@ INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 share/gdal # jasper uses SIZE_MAX and friends in its headers. CPPFLAGS+= -D__STDC_LIMIT_MACROS +# \todo: Support geopdf by including poppler, PoDoFo, or PDFium. +# https://gdal.org/drivers/raster/pdf.html + .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/netcdf/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" |