pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtwebkit Don't override isinfinite/signbit/isi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d993dd25bb2
branches:  trunk
changeset: 350081:7d993dd25bb2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 22 10:14:17 2016 +0000

description:
Don't override isinfinite/signbit/isinf on SunOS.

diffstat:

 x11/qt5-qtwebkit/distinfo                                  |   3 +-
 x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h |  15 ++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r f8b593b8a61e -r 7d993dd25bb2 x11/qt5-qtwebkit/distinfo
--- a/x11/qt5-qtwebkit/distinfo Fri Jul 22 09:40:00 2016 +0000
+++ b/x11/qt5-qtwebkit/distinfo Fri Jul 22 10:14:17 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2016/03/18 07:37:38 dbj Exp $
+$NetBSD: distinfo,v 1.8 2016/07/22 10:14:17 jperkin Exp $
 
 SHA1 (qtwebkit-opensource-src-5.5.1.tar.xz) = e1e16f3eb48c1ce863b9ab33364e4ac178ae51a7
 RMD160 (qtwebkit-opensource-src-5.5.1.tar.xz) = 0594ec1150f7899d72f57d8ff2f108f3f75faaf9
@@ -22,6 +22,7 @@
 SHA1 (patch-Source_WTF_WTF.pro) = 06883057a69fb95142cf33615a800cd532528e3e
 SHA1 (patch-Source_WTF_wtf_Assertions.cpp) = 9146f5c8a44563328194470e3f1f4ec5150fbe93
 SHA1 (patch-Source_WTF_wtf_InlineASM.h) = 64ea54605fbe787be57f7423e33802def66d6432
+SHA1 (patch-Source_WTF_wtf_MathExtras.h) = fb5416d99b959e54cbe1276c42b19ed18c32ad85
 SHA1 (patch-Source_WTF_wtf_NumberOfCores.cpp) = 5f80234f0bc8a66b2f1b4824a8b79b402e707491
 SHA1 (patch-Source_WTF_wtf_Platform.h) = d44960e5a5d171e815f973999c29d88a785cb3d7
 SHA1 (patch-Source_WTF_wtf_RAMSize.cpp) = 1c5a9c0aaffdec25cea74b010b9bc8922593b1af
diff -r f8b593b8a61e -r 7d993dd25bb2 x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h        Fri Jul 22 10:14:17 2016 +0000
@@ -0,0 +1,15 @@
+$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 {
+ 



Home | Main Index | Thread Index | Old Index