diff options
-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 \ |