libpurple-telegram: broken on big endian
This commit is contained in:
parent
48f905584a
commit
ca031d6aa4
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ distfiles="https://github.com/majn/telegram-purple/releases/download/v${version}
|
|||
checksum=d139df3a5c1f6f4f7abd46d45c578c762980bd89c9d74651ae3b4179f25bbf38
|
||||
|
||||
nocross="Requires running compiled tooling on host system"
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="parse_tlo_file: Assertion 'get_int () == TLS_SCHEMA_V2' failed"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue