openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / libsass / patches / 01-units_hpp.patch
blobd92dea293edc788111d0e70b6cc1eb675d3f8d93
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>
7 +#ifdef __sun
8 +#undef SEC
9 +#endif
11 namespace Sass {
13 const double PI = std::acos(-1);