xosview: typo fix
This commit is contained in:
parent
e807ff0989
commit
8cb24910b6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xosview'
|
||||
pkgname=xosview
|
||||
version=1.17
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="libXpm-devel"
|
||||
short_desc="A classic system monitoring tool"
|
||||
|
@ -14,6 +14,6 @@ checksum=640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # does not have asm/io.h
|
||||
;;
|
||||
*) CFLAGS="-DHAVE_ASM_IO=1"
|
||||
*) CFLAGS="-DHAVE_ASM_IO_H=1"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue