# HG changeset patch # User Michael Schloh von Bennewitz # Date 1247918914 -7200 # Node ID 3309487768d43594aeee2f4e30a6edb87639e30e # Parent a7c3336b8dc2848994bc19282dbbcc4978ef4d06 Adjust buildconf until Nokia corrects flawed GNU iconv integration. The problem corrected by this adjustment involves font glyphs appearing as normal font sized empty squares. All text is illegible. diff -r a7c3336b8dc2 -r 3309487768d4 qt/qt.spec --- a/qt/qt.spec Sat Jul 04 20:51:55 2009 +0200 +++ b/qt/qt.spec Sat Jul 18 14:08:34 2009 +0200 @@ -28,6 +28,10 @@ # FIXME: MSvB: The effects of these bugs are platform dependent. # FIXME: MSvB: Solaris 11 IA-32 builds fail while Linux 2.6.25.18 # FIXME: MSvB: AMD64 builds succeed. +# FIXME: MSvB: +# FIXME: MSvB: GNU iconv integration is flawed in Qt 4.5.2, and +# FIXME: MSvB: has been disabled in this build until a new release +# FIXME: MSvB: corrects the problem. # package information Name: qt @@ -40,7 +44,7 @@ Group: Development License: GPL Version: 4.5.2 -Release: 20090702 +Release: 20090718 # build options %option with_tools yes @@ -269,7 +273,7 @@ -system-libtiff \ -rpath \ -no-cups \ - -iconv \ + -no-iconv \ -pch \ -dbus-linked \ -opengl \ @@ -357,7 +361,7 @@ -system-libtiff \ -rpath \ -no-cups \ - -iconv \ + -no-iconv \ -pch \ -dbus-linked \ -opengl \