bwm-ng: fix build with gcc 7.
This commit is contained in:
parent
88ca0509bb
commit
fded75e11f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue