diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-06-22 20:02:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-22 20:20:48 +0700 |
commit | ba5eda2ff1850d4ab3983f297c5ee200e1fb644a (patch) | |
tree | ccc9b69f0ba18ffed15dc2852f50be25fe0f90aa /libraries/libsass/libsass.SlackBuild | |
parent | 79433568fee077f4f0dd47a1ce50eeaa3eb87556 (diff) |
libraries/libsass: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsass/libsass.SlackBuild')
-rw-r--r-- | libraries/libsass/libsass.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libsass/libsass.SlackBuild b/libraries/libsass/libsass.SlackBuild index dce088b128636..3eab72e09f25c 100644 --- a/libraries/libsass/libsass.SlackBuild +++ b/libraries/libsass/libsass.SlackBuild @@ -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" \ |