summaryrefslogtreecommitdiff
path: root/libreoffice/Pkgfile
diff options
context:
space:
mode:
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