goldendict: fix build with gcc>=11
This commit is contained in:
parent
a64338fa89
commit
e88ca712ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue