mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/libreoffice-still: fix
This commit is contained in:
parent
a175a406a3
commit
2d375eeea9
1 changed files with 6 additions and 6 deletions
|
@ -141,12 +141,12 @@ prepare() {
|
|||
patch -Np1 -i "${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
|
||||
|
||||
# fix "Could not find acceptable ICU library" with ICU 70.1
|
||||
pushd "${srcdir}"/ext_sources
|
||||
tar xf Firebird-3.0.0.32483-0.tar.bz2
|
||||
patch -Np1 -d Firebird-3.0.0.32483-0 -i "${srcdir}"/firebird-icu70.patch
|
||||
rm Firebird-3.0.0.32483-0.tar.bz2
|
||||
tar cjf Firebird-3.0.0.32483-0{.tar.bz2,}
|
||||
popd
|
||||
#pushd "${srcdir}"/ext_sources
|
||||
#tar xf Firebird-3.0.0.32483-0.tar.bz2
|
||||
#patch -Np1 -d Firebird-3.0.0.32483-0 -i "${srcdir}"/firebird-icu70.patch
|
||||
#rm Firebird-3.0.0.32483-0.tar.bz2
|
||||
#tar cjf Firebird-3.0.0.32483-0{.tar.bz2,}
|
||||
#popd
|
||||
|
||||
#use the CFLAGS but remove the LibO overridden ones
|
||||
for i in $CFLAGS; do
|
||||
|
|
Loading…
Reference in a new issue