head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2019.10.16.14.28.26; author adam; state dead; branches; next 1.1; commitid 47cixyrfWuHTg6HB; 1.1 date 2019.07.09.20.31.33; author nia; state Exp; branches; next ; commitid VLHbYybkufaOspuB; desc @@ 1.2 log @libsass: updated to 3.6.2 3.6.2: Improve pseudo selector handling Code improvements Fix various functions arguments Fix "call" for $function Check weight argument on invert call Improve makefile to use dylib extension on MacOS Fix bug in scale-color with positive saturation Minor API documentation improvements Fix selector isInvisible logic Fix evaluation of unary expressions in loops Fix attribute selector equality with modifiers @ text @$NetBSD: patch-src_util.hpp,v 1.1 2019/07/09 20:31:33 nia Exp $ Include cmath for std::fmod, etc --- src/util.hpp.orig 2019-06-15 15:05:08.000000000 +0000 +++ src/util.hpp @@@@ -8,11 +8,11 @@@@ #include "sass/base.h" #include "ast_fwd_decl.hpp" +#include #include #include #include #include -#include #define SASS_ASSERT(cond, msg) assert(cond && msg) @ 1.1 log @libsass: Seems to fail with gcc7 unless cmath is included @ text @d1 1 a1 1 $NetBSD$ @