diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-09-23 15:08:15 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 17:17:32 -0300 |
commit | af60dc36a11a504371d494adfb009ec214bd8875 (patch) | |
tree | e957218218e7728862a1670b45bc80da883b9dd9 /community/libfreehand | |
parent | 50c156eff22c57b711a114baca48a7e17fc73b34 (diff) | |
download | aports-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/APKBUILD | 1 |
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 \ |