libfreehand: 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:18:27 +02:00
parent 29a40dfb3b
commit a487a50b5c
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ homepage="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac
CXXFLAGS="-Wno-deprecated-copy"
post_install() {
vlicense COPYING
}