cc65: not broken on ppc.

This commit is contained in:
Hill Ma 2021-09-26 21:33:17 -07:00 committed by Daniel Kolesa
parent c519beec43
commit 0ddfd11084

View file

@ -13,10 +13,6 @@ checksum=157b8051aed7f534e5093471e734e7a95e509c577324099c3c81324ed9d0de77
nocross="Build process runs the built binary"
disable_parallel_build=yes
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="../libwrk/apple2enh/dbg.s(675): Error: Newline in string constant";;
esac
pre_build() {
vsed -i src/Makefile -e 's/CC =/CC ?=/' -e 's/AR =/AR ?=/'
}