libsass: large file support

This commit is contained in:
Đoàn Trần Công Danh 2023-05-12 11:25:42 +07:00
parent 63e9bfaa99
commit b83e12bf31

View File

@ -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