converters/pdf2djvu: Fix build against poppler 24.12
This commit is contained in:
parent
60a6fe2cea
commit
30d6994dfa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue