libraries/libsass: Updated for version 3.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Yth - Arnaud 2019-06-22 20:02:43 +07:00 committed by Willy Sudiarto Raharjo
parent 79433568fe
commit ba5eda2ff1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 16 additions and 4 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libsass
VERSION=${VERSION:-3.5.5}
VERSION=${VERSION:-3.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p0 < $CWD/patch.diff
autoreconf -i
CFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="libsass"
VERSION="3.5.5"
VERSION="3.6.1"
HOMEPAGE="http://sass-lang.com/libsass"
DOWNLOAD="https://github.com/sass/libsass/archive/3.5.5/libsass-3.5.5.tar.gz"
MD5SUM="3685f6f58282e06d82f3171063797a90"
DOWNLOAD="https://github.com/sass/libsass/archive/3.6.1/libsass-3.6.1.tar.gz"
MD5SUM="8b0aee63fd535cf6f40b254a6f453d24"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -0,0 +1,10 @@
--- src/util.hpp~ 2019-06-17 20:37:00.385205973 +0200
+++ src/util.hpp 2019-06-17 20:35:28.356211305 +0200
@@ -13,6 +13,7 @@
#include <string>
#include <assert.h>
#include <math.h>
+#include <cmath>
#define SASS_ASSERT(cond, msg) assert(cond && msg)