fluxbox: unbreak musl by disabling nls
Unfortunately we don't have gencat for musl libc.
This commit is contained in:
parent
c5cb45440b
commit
ccf77ce2f5
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ license="MIT"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=fc8c75fe94c54ed5a5dd3fd4a752109f8949d6df67a48e5b11a261403c382ec0
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args="${configure_args/enable-nls/disable-nls}" ;;
|
||||
esac
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/fluxbox.desktop 644 usr/share/xsessions
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue