From af60dc36a11a504371d494adfb009ec214bd8875 Mon Sep 17 00:00:00 2001 From: Mike Sullivan <mksully22@gmail.com> Date: Mon, 23 Sep 2019 15:08:15 +0000 Subject: [PATCH] community/libfreehand: with gcc 9.2 prevent Werror=deprecated-copy No need to bump pkgrel --- community/libfreehand/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/libfreehand/APKBUILD b/community/libfreehand/APKBUILD index db2d26a1cdf2..381b5de9b4e7 100644 --- a/community/libfreehand/APKBUILD +++ b/community/libfreehand/APKBUILD @@ -24,6 +24,7 @@ prepare() { build() { cd "$builddir" + export CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-copy" ./configure \ --build=$CBUILD \ --host=$CHOST \ -- GitLab