diff --git a/srcpkgs/azpainter/template b/srcpkgs/azpainter/template index 89672495cb..05bd1be327 100644 --- a/srcpkgs/azpainter/template +++ b/srcpkgs/azpainter/template @@ -13,10 +13,3 @@ license="GPL-3.0-or-later" homepage="https://github.com/Symbian9/azpainter" distfiles="https://github.com/Symbian9/azpainter/releases/download/v${version}/${pkgname}-${version}.tar.xz" checksum=85f3f935e76b420f2e5e272514368fdfbe4c25c01daa1e161ac28a6e1edb0d2c - -pre_build() { - vsed -e 's|CFLAGS :=|override CFLAGS =|' \ - -e "/CC/s|:= gcc|= ${XBPS_CROSS_TRIPLET}-gcc|" \ - -e 's|LDFLAGS :=|override LDFLAGS =|' \ - -i Makefile -i mlib/Makefile -}