~ubuntu-branches/ubuntu/lucid/qt-x11-free/lucid

« back to all changes in this revision

Viewing changes to debian/patches/01_export_stat64_symbols.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-11-09 14:37:51 UTC
  • mfrom: (0.32.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091109143751-ocohpw4y0j4yi20w
Tags: 3:3.3.8-b-6ubuntu1
* Merge with Debian, remaining changes:
 - Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen.
   Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686
 - Add kubuntu_09_flickerfree_qiconview.dpatch to add
   double-buffering for the icon redraw - prevents flicker on window
   redrawing (LP: #209227)
 - No firebird/ibase build (remove build-dep, control entry, ibase
   ./configure option), firebird is not in Ubuntu main
 - Add debian/qt_plugins_3.3rc and debian/qtrc to set default style to plastique, edit libqt3-mt.install to install them

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- qt-x11-free-3.3.8b/src/__debian_export_symbols.cpp  2008-02-21 16:23:18.772005855 +0200
2
 
+++ qt-x11-free-3.3.8b/src/__debian_export_symbols.cpp  2008-02-22 00:19:32.000000000 +0200
 
1
--- /dev/null
 
2
+++ b/src/__debian_export_symbols.cpp
3
3
@@ -0,0 +1,63 @@
4
4
+// Use the __NO_INLINE__ hack below to prevent sys/stat.h from
5
5
+// exporting __extern_inline definitions of the symbols [fl]?stat64
64
64
+# endif /* INLINES_ENABLED */
65
65
+
66
66
+#endif
67
 
--- qt-x11-free-3.3.8b/src/qt.pro       2008-02-21 20:50:46.000000000 +0200
68
 
+++ qt-x11-free-3.3.8b/src/qt.pro       2008-02-22 00:20:48.000000000 +0200
69
 
@@ -174,6 +174,16 @@
 
67
--- a/src/qt.pro
 
68
+++ b/src/qt.pro
 
69
@@ -174,6 +174,16 @@ unix {
70
70
    QMAKE_PKGCONFIG_INCDIR = $$headers.path
71
71
 }
72
72