rakarrack: enable altivec on ppc64

[ci skip]
This commit is contained in:
q66 2019-01-27 03:56:11 +01:00 committed by Johannes
parent a66ed722a8
commit d1e62c288a

View file

@ -14,7 +14,7 @@ checksum=7696d27a4814b140fe651d137612ddfa1f167858eccc119e278c14dbee30eee6
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*) ;;
x86_64*|i686*|ppc64*) ;;
*) sed -i 's|$SSE $ALTIVEC||g' configure;;
esac
}