From 2ca758e7e76b23401a1883edcac1d3fcf9817f05 Mon Sep 17 00:00:00 2001 From: Hill Ma Date: Sun, 26 Sep 2021 21:33:17 -0700 Subject: [PATCH] cc65: not broken on ppc. --- srcpkgs/cc65/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/cc65/template b/srcpkgs/cc65/template index 751b37451020..272095267b2b 100644 --- a/srcpkgs/cc65/template +++ b/srcpkgs/cc65/template @@ -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 ?=/' }