From a0b88561750f6ff7d63e5b17e708563794a2b8dc Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 17 Dec 2019 07:23:52 +0100 Subject: [PATCH] acfgfs: fix build on ppc32 --- srcpkgs/acfgfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/acfgfs/template b/srcpkgs/acfgfs/template index 882a3b87e37..cc139b5939a 100644 --- a/srcpkgs/acfgfs/template +++ b/srcpkgs/acfgfs/template @@ -15,7 +15,7 @@ distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" checksum=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0 case "${XBPS_TARGET_MACHINE}" in - i686|armv6l|armv7l) + i686|armv6l|armv7l|ppc) CFLAGS+=" -D_FILE_OFFSET_BITS=64" esac