summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-10-12 03:49:27 +0200
committer Willy Sudiarto Raharjo2019-10-12 03:49:27 +0200
commita7f354eec655a85768a0719b02ffdcff45d91bb6 (patch)
tree3540dc7292f1b6116d5ee15e471e3884d0280d96
parentcea589581dc166ca9db224e5102ce325e5c98664 (diff)
downloadslackbuilds-a7f354eec655a85768a0719b02ffdcff45d91bb6.tar.gz
libraries/libsass: Remove unused patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libsass/patch.diff10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libsass/patch.diff b/libraries/libsass/patch.diff
deleted file mode 100644
index 4bf23a28fc..0000000000
--- 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)
-