mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libcdr: Fix build for current.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e97bfb5040
commit
01fefb4a91
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libcdr
|
||||
VERSION=${VERSION:-0.1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -80,6 +80,10 @@ else
|
|||
cppunit='--disable-tests'
|
||||
fi
|
||||
|
||||
# Fix build with icu4c-68.1
|
||||
# https://unicode-org.atlassian.net/browse/ICU-21267
|
||||
sed -i 's/TRUE/true/' src/lib/libcdr_utils.cpp
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue