mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/podofo: Patch to bypass a cmake error.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7e082c4980
commit
694eae0e4f
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue