extra/libreoffice-still: fix

This commit is contained in:
Kevin Mihelich 2021-11-24 15:28:30 +00:00
parent a175a406a3
commit 2d375eeea9

View file

@ -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