mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kmscon: broken on ppc
This commit is contained in:
parent
99e0a04e6c
commit
dec3cb1c37
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ homepage="http://www.freedesktop.org/wiki/Software/kmscon"
|
||||||
distfiles="${FREEDESKTOP_SITE}/kmscon/releases/kmscon-8.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/kmscon/releases/kmscon-8.tar.xz"
|
||||||
checksum=0ab01c1cdc4fbd692ce765e80478bc2d9663a7c55a5c75cc7ac421366ee6ae2b
|
checksum=0ab01c1cdc4fbd692ce765e80478bc2d9663a7c55a5c75cc7ac421366ee6ae2b
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="ftbfs";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
# Remove devel files.
|
# Remove devel files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue