git: 30d6994dfa03 - main - converters/pdf2djvu: Fix build against poppler 24.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Feb 2025 16:08:05 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=30d6994dfa030f2666d3b406f3dab2f4d8b786f3 commit 30d6994dfa030f2666d3b406f3dab2f4d8b786f3 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2025-01-25 05:54:59 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2025-02-12 16:07:59 +0000 converters/pdf2djvu: Fix build against poppler 24.12 --- converters/pdf2djvu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 24f103df8294..d307401eea6d 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -15,9 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:devel/pstreams LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ libpoppler.so:graphics/poppler -USES= autoreconf:build compiler:c++17-lang gettext-tools \ +USES= autoreconf:build compiler:c++20-lang gettext-tools \ gmake iconv localbase pkgconfig tar:xz -USE_CXXSTD= c++17 +USE_CXXSTD= c++20 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share