summaryrefslogtreecommitdiff
path: root/libreoffice/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-19 12:23:02 +0200
committerTim Biermann <tbier@posteo.de>2021-09-19 12:39:02 +0200
commit0ad1a41c88748b713b3a9a6a44b851b827de5173 (patch)
tree123e2d2829838ddad171c84c9ae524dad5159179 /libreoffice/Pkgfile
parent9a45162fbee1e9a3655f37ca803471602de8d96c (diff)
downloadcontrib-0ad1a41c88748b713b3a9a6a44b851b827de5173.tar.gz
contrib-0ad1a41c88748b713b3a9a6a44b851b827de5173.tar.xz
libreoffice: fix build with newer bison
Diffstat (limited to 'libreoffice/Pkgfile')
-rw-r--r--libreoffice/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libreoffice/Pkgfile b/libreoffice/Pkgfile
index b72bfe3bf..45331eb3e 100644
--- a/libreoffice/Pkgfile
+++ b/libreoffice/Pkgfile
@@ -16,7 +16,8 @@ source=(https://downloadarchive.documentfoundation.org/libreoffice/old/$version/
#https://dev-www.libreoffice.org/src/skia-m90-45c57e116ee0ce214bdf78405a4762722e4507d9.tar.xz
https://dev-www.libreoffice.org/src/pdfium-$pdfiumversion.tar.bz2
#https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz
- makefile.in.patch pdfium-use-system-libopenjpeg.diff)
+ makefile.in.patch pdfium-use-system-libopenjpeg.diff
+ bison.patch)
# unpack_source() {{{
unpack_source() {
@@ -50,6 +51,8 @@ build() {
cd $name-$version
patch -Np1 -i $SRC/makefile.in.patch
+ patch -Np1 -i $SRC/bison.patch
+
# https://sources.debian.org/patches/libreoffice/1:7.1.4%7Erc1-1/pdfium-use-system-libopenjpeg.diff/
patch -Np1 -i $SRC/pdfium-use-system-libopenjpeg.diff

Generated by cgit