neomutt: unbreak x86-64_musl

This commit is contained in:
Toyam Cox 2016-08-28 08:53:21 -04:00
parent 4e11f4d322
commit e265078949
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
checksum=1afbf4d588fc35b000502016a975110efbc62f4afe4c6fa065e5369310304173
case "${XBPS_TARGET_MACHINE}" in
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13484/steps/shell_3/logs/stdio";;
x86_64-musl) CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1";;
# Inquiry: Do we have largefile support on everywhere?
esac
provides="mutt-0_1"