Aegisub: cross is broken
This commit is contained in:
parent
0e0750c92b
commit
c610faede5
@ -32,9 +32,15 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
configure_args+=" --with-libatomic"
|
||||
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
|
||||
*musl) broken="segfaults on startup";;
|
||||
armv7l*|armv6l*) broken="error: invalid conversion from 'const char**' to 'char**' [-fpermissive]"
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user