icecat: broken on BE
This commit is contained in:
parent
84099e5dcb
commit
e98df0ba49
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ case $XBPS_TARGET_MACHINE in
|
|||
ppc*) broken="xptcall bitrot" ;;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="rendering is busted, dunno why"
|
||||
fi
|
||||
|
||||
CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
|
|
Loading…
Reference in a new issue