diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 08:49:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 08:49:27 +0700 |
commit | a7f354eec655a85768a0719b02ffdcff45d91bb6 (patch) | |
tree | 3540dc7292f1b6116d5ee15e471e3884d0280d96 /libraries/libsass | |
parent | cea589581dc166ca9db224e5102ce325e5c98664 (diff) |
libraries/libsass: Remove unused patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsass')
-rw-r--r-- | libraries/libsass/patch.diff | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libsass/patch.diff b/libraries/libsass/patch.diff deleted file mode 100644 index 4bf23a28fc8e..000000000000 --- a/libraries/libsass/patch.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- 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) - |