libpurple-telegram: broken on big endian

This commit is contained in:
q66 2020-01-05 21:33:40 +01:00
parent 48f905584a
commit ca031d6aa4

View file

@ -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