From 02bbc8621172e09824f2ce4f87c1714dae3df238 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 15 Dec 2018 21:13:22 +0000 Subject: libreoffice: rebuilt against boost-1.69.0 --- libreoffice/build/libreoffice.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libreoffice/build/libreoffice.SlackBuild') diff --git a/libreoffice/build/libreoffice.SlackBuild b/libreoffice/build/libreoffice.SlackBuild index 55b00b6b..8c399c5b 100755 --- a/libreoffice/build/libreoffice.SlackBuild +++ b/libreoffice/build/libreoffice.SlackBuild @@ -281,6 +281,8 @@ # * Rebuilt against new icu4c on -current. # 6.1.3-1: 07/nov/2018 by Eric Hameleers # * Update. +# 6.1.3-2: 15/dec/2018 by Eric Hameleers +# * Rebuilt against new boost on -current. # # Run 'sh libreoffice.SlackBuild' to build a Slackware package. # The package (.txz) and .txt file as well as build logs are created in /tmp . @@ -297,7 +299,7 @@ PRGNAM4=sdkdoc PRGNAM5=kde-integration PRGNAM6=l10n -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-alien} # Either add support for KDE4, or for KDE5: @@ -1159,6 +1161,9 @@ if [ "$P1" != "--oldbuild" ]; then # Allow building with '--with-system-icw --without-system-harfbuzz' cat $SRCDIR/patches/libreoffice5.harfbuzz-icu.patch \ | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log + # Allow building against boost-1.69.0: + cat $SRCDIR/patches/libreoffice.boost_1.69.patch \ + | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log # Add support for KDE5 destop session: cat $SRCDIR/patches/libreoffice.kde5_mailer.patch \ | patch -p1 --verbose 2>&1 | tee -a $OUTPUT/patch-$PRGNAM.log -- cgit v1.2.3