mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
goldendict: fix build with gcc>=11
This commit is contained in:
parent
a64338fa89
commit
e88ca712ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue