app-arch/xar: fix arm and ppc64, bug #650024
authorFabian Groffen <grobian@gentoo.org>
Sun, 11 Mar 2018 20:07:05 +0000 (21:07 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sun, 11 Mar 2018 20:07:17 +0000 (21:07 +0100)
commita7702363a854ef306b3ad6e0566697a6c7e7c741
treea276929e0e2a93f54146a6bab2f678ebf17f25dc
parent7cf89b69b2c1a705ef08ff6b13c3e38d34470e0d
app-arch/xar: fix arm and ppc64, bug #650024

Due to a different signedness of char type on arm and ppc, xar wouldn't
start at all on these platforms.  A weird (compiler?) bug caused a
completely random offset to be taken obviously failing any checksums.

Fixes: https://bugs.gentoo.org/650024
Closes: https://bugs.gentoo.org/650024
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-arch/xar/files/xar-1.8-arm-ppc.patch [new file with mode: 0644]
app-arch/xar/xar-1.8-r1.ebuild [new file with mode: 0644]