office/pdf2djvu: Fix for the newer poppler.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Lockywolf 2021-04-14 18:18:52 +02:00 committed by Robby Workman
parent dc93daccd0
commit b99cd3d5cb

View file

@ -70,6 +70,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i 's/poppler-splash/poppler/g' configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \