acfgfs: fix build on ppc32
This commit is contained in:
parent
181a511bac
commit
a0b8856175
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue