diff options
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 dce088b12863..3eab72e09f25 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" \ |