mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
avidemux: broken for musl
This commit is contained in:
parent
eea26beceb
commit
3ce9514492
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@ homepage="http://avidemux.sourceforge.net/"
|
|||
distfiles="${SOURCEFORGE_SITE}/avidemux/avidemux/${version}/${pkgname}_${version}.tar.gz"
|
||||
checksum=c5e411351155f1e0c58e92bdf5a1b68818549cbcbb9d40847186da0081afcaaf
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="Internal compiler error in src/libavcodec/hevcdsp_template.c"
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
MAKEFLAGS=${makejobs} \
|
||||
bash bootStrap.bash --without-gtk
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue