pkgsrc-ng/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h
2016-10-14 07:49:11 +02:00

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 {