From a487a50b5c3d2681a060fbd17a328b5112441342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 18 May 2019 17:18:27 +0200 Subject: [PATCH] libfreehand: fix build w/ gcc-9.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libfreehand/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libfreehand/template b/srcpkgs/libfreehand/template index 63941782d4f..08aae86bb0f 100644 --- a/srcpkgs/libfreehand/template +++ b/srcpkgs/libfreehand/template @@ -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 }