diff --git a/srcpkgs/libsass/template b/srcpkgs/libsass/template index 294f90b946b..06a854a62cc 100644 --- a/srcpkgs/libsass/template +++ b/srcpkgs/libsass/template @@ -1,7 +1,7 @@ # Template file for 'libsass' pkgname=libsass version=3.6.5 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="C implementation of Sass CSS preprocessor" @@ -10,6 +10,8 @@ license="MIT" homepage="http://www.sass-lang.com/libsass" distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz" checksum=89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582 +CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" +CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" pre_configure() { NOCONFIGURE=1 autoreconf -fi