aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/pdf2djvu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
index 61e3bed18c06..47219585c904 100644
--- a/converters/pdf2djvu/Makefile
+++ b/converters/pdf2djvu/Makefile
@@ -50,6 +50,10 @@ XMP_LIB_DEPENDS= libexiv2.so:graphics/exiv2
pre-configure:
@cd ${WRKSRC} && ${SH} ${FILESDIR}/bootstrap
+ # Poppler 20.12 no longer installs the pc file for this private backend.
+ # https://github.com/jwilk/pdf2djvu/issues/144
+ ${REINPLACE_CMD} -e 's|poppler-splash|poppler|g' ${WRKSRC}/configure
+
post-build-DOCS-on:
@cd ${WRKSRC}/doc && ${GMAKE}