mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 02:12:55 +02:00
sassc: large file support
This commit is contained in:
parent
9078e67cd2
commit
63e9bfaa99
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sassc'
|
# Template file for 'sassc'
|
||||||
pkgname=sassc
|
pkgname=sassc
|
||||||
version=3.6.2
|
version=3.6.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libsass-devel"
|
makedepends="libsass-devel"
|
||||||
|
@ -11,6 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/sass/$pkgname"
|
homepage="https://github.com/sass/$pkgname"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
checksum=608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03
|
checksum=608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03
|
||||||
|
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Add table
Reference in a new issue