goldendict: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-10 17:06:21 +02:00
parent a64338fa89
commit e88ca712ae
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ homepage="http://goldendict.org/"
distfiles="https://github.com/goldendict/goldendict/archive/${version/RC/-RC}.tar.gz"
checksum=bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde
CXXFLAGS="-Wno-deprecated"
CXXFLAGS="-std=c++14 -Wno-deprecated"
post_install() {
chmod 644 ${DESTDIR}/usr/share/pixmaps/goldendict.png