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
|
@ -69,6 +69,8 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-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.
|
# Fix mandir directory.
|
||||||
sed -i 's|share/man|man|' CMakeLists.txt
|
sed -i 's|share/man|man|' CMakeLists.txt
|
||||||
# Ref: https://sourceforge.net/p/podofo/tickets/28/
|
# Ref: https://sourceforge.net/p/podofo/tickets/28/
|
||||||
|
|
Loading…
Reference in New Issue