xvkbd: mark as broken on x86_64-musl temporarily
This commit is contained in:
parent
efbddbdd37
commit
2920e4f0df
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ distfiles="http://t-sato.in.coocan.jp/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=eb54e440badc40299ba9a8f27fcea740cd3501310e8955651af7ade517a3ac82
|
checksum=eb54e440badc40299ba9a8f27fcea740cd3501310e8955651af7ade517a3ac82
|
||||||
nocross=yes # xmkmf broken
|
nocross=yes # xmkmf broken
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64-musl) broken="cannot retrieve distfiles (Forbidden)" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
xmkmf
|
xmkmf
|
||||||
sed -i 's/\$(DESTDIR) \$(SHAREDIR)/$(DESTDIR)$(SHAREDIR)/' Makefile
|
sed -i 's/\$(DESTDIR) \$(SHAREDIR)/$(DESTDIR)$(SHAREDIR)/' Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue