mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
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'
|
# Template file for 'xosview'
|
||||||
pkgname=xosview
|
pkgname=xosview
|
||||||
version=1.17
|
version=1.17
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libXpm-devel"
|
makedepends="libXpm-devel"
|
||||||
short_desc="A classic system monitoring tool"
|
short_desc="A classic system monitoring tool"
|
||||||
|
@ -14,6 +14,6 @@ checksum=640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # does not have asm/io.h
|
*-musl) # does not have asm/io.h
|
||||||
;;
|
;;
|
||||||
*) CFLAGS="-DHAVE_ASM_IO=1"
|
*) CFLAGS="-DHAVE_ASM_IO_H=1"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue