bwm-ng: fix build with gcc 7.

This commit is contained in:
Leah Neukirchen 2018-01-13 20:10:58 +01:00
parent 88ca0509bb
commit fded75e11f

View file

@ -1,7 +1,7 @@
# Template file for 'bwm-ng'
pkgname=bwm-ng
version=0.6.1
revision=1
revision=2
build_style=gnu-configure
makedepends="ncurses-devel"
short_desc="A console-based live network and disk io bandwidth monitor"
@ -10,4 +10,6 @@ license="GPL-2"
homepage="http://www.gropp.org/?id=projects&sub=bwm-ng"
distfiles="http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz"
checksum=c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd
wrksrc=${pkgname}-${version%.*}
wrksrc="${pkgname}-${version%.*}"
CFLAGS="-fgnu89-inline"