libraries/podofo: Patch to bypass a cmake error.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-07-29 19:48:55 +02:00 committed by Robby Workman
parent 7e082c4980
commit 694eae0e4f
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ 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/BINARY_DIR}\/objects\"/BINARY_DIR}\/objects\" || true/" test/TokenizerTest/CMakeLists.txt
# Fix mandir directory.
sed -i 's|share/man|man|' CMakeLists.txt
# Ref: https://sourceforge.net/p/podofo/tickets/28/