Re: [voidlinux/void-packages] New package: slstatus-1.0 (#4401)

"Dom H." at Thu, 30 Jun 2016 12:59:37 -0700
Damn, failing to build on armv*. Anyone able to offer any help? --- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/voidlinux/void-packages/pull/4401#issuecomment-229771126
"Dom H." at Thu, 30 Jun 2016 13:15:37 -0700
> +revision=1 > +build_style=gnu-makefile > +short_desc="Suckless status monitor for dwm" > +maintainer="Dom H. <dom@hxy.io>" > +license="GPL-3" > +homepage="https://git.nulltime.net/${pkgname}" > +distfiles="https://git.nulltime.net/${pkgname}/snapshot/${pkgname}-${version}.tar.gz" > +makedepends="alsa-lib-devel libX11-devel" > +depends="alsa-lib" > +checksum=6b3510d6bc96b39a45cb2e2e02240ed7bc23eecb9b2fe79850dfe9f3b9ffff73 > + > +do_build() { > + cp ${FILESDIR}/config.h config.h > + sed -i 's|^CFLAGS *=|override CFLAGS +=|g' config.mk > + sed -i 's|^LDFLAGS *=|override LDFLAGS +=|g' config.mk > + make Thanks @Duncaen, that did the trick! --- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/voidlinux/void-packages/pull/4401/files/f251e3b9fa51e2c8c22470034261af613b85f1ee#r69202357