From 2cd4569ec06ea179419a4bed74d201ae2dea4f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 30 Aug 2020 12:34:06 +0200 Subject: [PATCH] apl: fix build w/ gcc10 --- srcpkgs/apl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apl/template b/srcpkgs/apl/template index a450ca18bf9..88b8d32b672 100644 --- a/srcpkgs/apl/template +++ b/srcpkgs/apl/template @@ -8,12 +8,12 @@ makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel sqlite-devel" short_desc="GNU interpreter for APL (A Programming Language)" maintainer="Leah Neukirchen " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://www.gnu.org/software/apl" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb nocross="execs target binary: ./Gtk_server --ev1 > Gtk_events1.asciidoc" -CXXFLAGS="-Wno-format-truncation -Wno-class-memaccess -Wno-restrict -Wno-cpp" +CXXFLAGS="-Wno-format-truncation -Wno-class-memaccess -Wno-maybe-uninitialized -Wno-restrict -Wno-cpp" post_install() { vdoc support-files/Dyalog-Keyboard/apl.xkb