repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git]
/
components
/
library
/
libsass
/
patches
/
01-units_hpp.patch
blob
d92dea293edc788111d0e70b6cc1eb675d3f8d93
1
--- libsass-3.4.6/src/units.hpp.orig 2017-10-11 13:24:25.000000000 +0000
2
+++ libsass-3.4.6/src/units.hpp 2017-10-29 14:18:55.273674291 +0000
3
@@ -5,6 +5,10 @@
4
#include <string>
5
#include <sstream>
6
7
+#ifdef __sun
8
+#undef SEC
9
+#endif
10
+
11
namespace Sass {
12
13
const double PI = std::acos(-1);
14