converters/pdf2djvu: Fix build against poppler 24.12

This commit is contained in:
Loïc Bartoletti 2025-01-25 06:54:59 +01:00
parent 60a6fe2cea
commit 30d6994dfa

View file

@ -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