mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/libmspub: Fix missing include.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
50227a6238
commit
75af685a69
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ case "${DOC:-0}" in
|
|||
*) doc='--with-docs' ;;
|
||||
esac
|
||||
|
||||
# https://github.com/LibreOffice/libmspub/commit/698bed8
|
||||
sed -i '/^#include <vector>$/a #include <stdint.h>' src/lib/MSPUBMetaData.h
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue