ctwm: fix segfault on *-musl

fixes 13647.
This commit is contained in:
Enno Boland 2019-08-13 23:35:35 +02:00
parent 5cbf4e886d
commit 10f818235c
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'ctwm'
pkgname=ctwm
version=4.0.3
revision=1
revision=2
build_style=cmake
configure_args="
-DUSE_M4=$(vopt_if m4 ON OFF)
@ -19,6 +19,7 @@ license="MIT"
homepage="https://ctwm.org"
distfiles="https://ctwm.org/dist/ctwm-${version}.tar.xz"
checksum=2e4b475a0168cb799723fd693b359e188179e51ce476ab453689db8fcdfc800c
CFLAGS="-D_GNU_SOURCE"
build_options="m4 xpm jpeg ewmh rplay xrandr"
build_options_default="m4 xpm ewmh xrandr"