mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
16 lines
336 B
C++
16 lines
336 B
C++
$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.1 2016/07/22 10:14:17 jperkin Exp $
|
|
|
|
Fix SunOS build.
|
|
|
|
--- Source/WTF/wtf/MathExtras.h.orig 2015-10-13 04:37:09.000000000 +0000
|
|
+++ Source/WTF/wtf/MathExtras.h
|
|
@@ -88,7 +88,7 @@ inline double wtf_ceil(double x) { retur
|
|
|
|
#endif
|
|
|
|
-#if OS(SOLARIS)
|
|
+#if OS(notSOLARIS)
|
|
|
|
namespace std {
|
|
|