Aegisub: cross is broken
This commit is contained in:
parent
0e0750c92b
commit
c610faede5
1 changed files with 7 additions and 1 deletions
|
@ -32,9 +32,15 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
configure_args+=" --with-libatomic"
|
configure_args+=" --with-libatomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
# When cross building the detection of iconv const parameters is wrong
|
||||||
|
configure_args+=" agi_cv_with_iconv_const=no"
|
||||||
|
# and cross is broken because of boost::icu_regex_trais anyway ...
|
||||||
|
broken="/usr/aarch64-linux-gnu/usr/include/boost/regex/v4/perl_matcher_common.hpp:512: undefined reference to 'boost ::icu_regex_traits::isctype(int, unsigned long) const'"
|
||||||
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*musl) broken="segfaults on startup";;
|
*musl) broken="segfaults on startup";;
|
||||||
armv7l*|armv6l*) broken="error: invalid conversion from 'const char**' to 'char**' [-fpermissive]"
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue