apl: fix build w/ gcc10
This commit is contained in:
parent
56f49080b7
commit
2cd4569ec0
|
@ -8,12 +8,12 @@ makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel
|
||||||
sqlite-devel"
|
sqlite-devel"
|
||||||
short_desc="GNU interpreter for APL (A Programming Language)"
|
short_desc="GNU interpreter for APL (A Programming Language)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/apl"
|
homepage="http://www.gnu.org/software/apl"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb
|
checksum=144f4c858a0d430ce8f28be90a35920dd8e0951e56976cb80b55053fa0d8bbcb
|
||||||
nocross="execs target binary: ./Gtk_server --ev1 > Gtk_events1.asciidoc"
|
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() {
|
post_install() {
|
||||||
vdoc support-files/Dyalog-Keyboard/apl.xkb
|
vdoc support-files/Dyalog-Keyboard/apl.xkb
|
||||||
|
|
Loading…
Reference in New Issue