sword: rebuild against icu-62.1

This commit is contained in:
maxice8 2018-08-28 07:17:14 -03:00
parent b1c3a0594a
commit 07892b377c
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'sword' # Template file for 'sword'
pkgname=sword pkgname=sword
version=1.8.1 version=1.8.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --without-conf --disable-shared --with-icuregex" configure_args="--prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --without-conf --disable-shared --with-icuregex"
hostmakedepends="libtool automake pkg-config" hostmakedepends="libtool automake pkg-config"
@ -14,6 +14,8 @@ homepage="https://crosswire.org/sword/index.jsp"
distfiles="https://crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.8.1.tar.gz" distfiles="https://crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.8.1.tar.gz"
checksum=ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93 checksum=ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93
CXXFLAGS=' -DU_USING_ICU_NAMESPACE=1'
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }