gnucash: broken on BE
This commit is contained in:
parent
0625d1b79c
commit
8fff1d4e92
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ CXXFLAGS="-Wno-error"
|
|||
CFLAGS="-Wno-error"
|
||||
export LC_ALL="C"
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="Segmentation fault"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# startup fails in scheme code when the locale is set to anything
|
||||
|
|
Loading…
Reference in a new issue