changeset 4504:0743a56dd468

qtbase: Use bundled doubleconversion library.
author John W. Eaton <jwe@octave.org>
date Wed, 11 Oct 2017 12:58:02 -0400
parents bb63484e88ae
children e8da760989bc
files src/qtbase.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qtbase.mk	Wed Oct 11 12:39:28 2017 -0400
+++ b/src/qtbase.mk	Wed Oct 11 12:58:02 2017 -0400
@@ -1,4 +1,4 @@
- # This file is part of MXE.
+# This file is part of MXE.
 # See index.html for further information.
 
 PKG             := qtbase
@@ -76,6 +76,7 @@
 
 define $(PKG)_BUILD
     # ICU is buggy. See #653. TODO: reenable it some time in the future.
+    # Use -qt-doubleconversion until we build our own version.
     cd '$(1)' && \
         $($(PKG)_CONFIGURE_ENV) \
         ./configure \
@@ -107,6 +108,7 @@
             -fontconfig \
             -system-freetype \
             -system-pcre \
+            -qt-doubleconversion \
             -no-openssl \
             -dbus-linked \
             -no-pch \