aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfreehand
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-09-23 15:08:15 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-09-23 17:17:32 -0300
commitaf60dc36a11a504371d494adfb009ec214bd8875 (patch)
treee957218218e7728862a1670b45bc80da883b9dd9 /community/libfreehand
parent50c156eff22c57b711a114baca48a7e17fc73b34 (diff)
downloadaports-af60dc36a11a504371d494adfb009ec214bd8875.tar.bz2
aports-af60dc36a11a504371d494adfb009ec214bd8875.tar.xz
community/libfreehand: with gcc 9.2 prevent Werror=deprecated-copy
No need to bump pkgrel
Diffstat (limited to 'community/libfreehand')
-rw-r--r--community/libfreehand/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/libfreehand/APKBUILD b/community/libfreehand/APKBUILD
index db2d26a1cd..381b5de9b4 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 \