From e88ca712aec7f6897e79cd206ffccc0c06c000ab Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Oct 2022 17:06:21 +0200 Subject: [PATCH] goldendict: fix build with gcc>=11 --- srcpkgs/goldendict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/goldendict/template b/srcpkgs/goldendict/template index 7553e408d1a..a542dcbe629 100644 --- a/srcpkgs/goldendict/template +++ b/srcpkgs/goldendict/template @@ -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