libabw: fix build w/ gcc-9.1.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-18 17:15:59 +02:00
parent 65766bd8a1
commit 29a40dfb3b
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -12,6 +12,8 @@ makedepends="librevenge-devel boost-devel libxml2-devel"
hostmakedepends="automake libtool pkg-config perl gperf"
checksum=0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485
CXXFLAGS="-Wno-deprecated-copy"
pre_configure() {
autoreconf -fi
}