summaryrefslogtreecommitdiffstats
path: root/libreoffice/build/libreoffice.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-15 21:13:22 +0000
committer Eric Hameleers <alien@slackware.com>2018-12-15 21:13:22 +0000
commit02bbc8621172e09824f2ce4f87c1714dae3df238 (patch)
tree3511002efc4718b2a6c06eedc3500e25aee515b2 /libreoffice/build/libreoffice.SlackBuild
parentf30402c2f425acc20ca7f21b2cbc95c520e8b39a (diff)
downloadasb-02bbc8621172e09824f2ce4f87c1714dae3df238.tar.gz
asb-02bbc8621172e09824f2ce4f87c1714dae3df238.tar.xz
libreoffice: rebuilt against boost-1.69.0
Diffstat (limited to 'libreoffice/build/libreoffice.SlackBuild')
-rwxr-xr-xlibreoffice/build/libreoffice.SlackBuild7
1 files changed, 6 insertions, 1 deletions
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 <alien@slackware.com>
# * Update.
+# 6.1.3-2: 15/dec/2018 by Eric Hameleers <alien@slackware.com>
+# * 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