mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libsass: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
79433568fe
commit
ba5eda2ff1
3 changed files with 16 additions and 4 deletions
|
@ -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" \
|
||||
|
|
|
@ -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=""
|
||||
|
|
10
libraries/libsass/patch.diff
Normal file
10
libraries/libsass/patch.diff
Normal 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)
|
||||
|
Loading…
Reference in a new issue