mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
apl: disable werror
This commit is contained in:
parent
8af7c6fddb
commit
93ebe02eda
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ pkgname=apl
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="CXX_WERROR=no"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel
|
makedepends="fftw-devel gtk+3-devel libxcb-devel ncurses-devel pcre2-devel
|
||||||
sqlite-devel"
|
sqlite-devel"
|
||||||
|
@ -13,7 +14,6 @@ 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-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…
Add table
Reference in a new issue