rev 3897 - in trunk/packages/qt4-x11/debian: . patches

Pierre Habouzit madcoder at costa.debian.org
Mon Jun 5 07:57:27 UTC 2006


Author: madcoder
Date: 2006-06-05 07:57:26 +0000 (Mon, 05 Jun 2006)
New Revision: 3897

Added:
   trunk/packages/qt4-x11/debian/patches/18_disable_opengl_visibility.dpatch
Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/patches/00list
Log:
temporrary fix for alpha.
I'm still not sure the patch is thorough, please don't upload.



Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2006-06-05 05:18:47 UTC (rev 3896)
+++ trunk/packages/qt4-x11/debian/changelog	2006-06-05 07:57:26 UTC (rev 3897)
@@ -1,3 +1,11 @@
+qt4-x11 (4.1.3-2) UNRELEASED; urgency=low
+
+  * patches/18_disable_opengl_visibility: disable -fvisibility-inlines-hidden
+    for src/opengl/opengl.pro as it makes gcc ICE on alpha.
+    (Closes: #368883)
+
+ -- Pierre Habouzit <madcoder at debian.org>  Mon,  5 Jun 2006 09:56:57 +0200
+
 qt4-x11 (4.1.3-1) unstable; urgency=high
 
   * New upstream release

Modified: trunk/packages/qt4-x11/debian/patches/00list
===================================================================
--- trunk/packages/qt4-x11/debian/patches/00list	2006-06-05 05:18:47 UTC (rev 3896)
+++ trunk/packages/qt4-x11/debian/patches/00list	2006-06-05 07:57:26 UTC (rev 3897)
@@ -5,3 +5,4 @@
 14_kfreebsd_build_fix
 16_hppa_ldcw_fix
 17_alpha_ice
+18_disable_opengl_visibility

Added: trunk/packages/qt4-x11/debian/patches/18_disable_opengl_visibility.dpatch
===================================================================
--- trunk/packages/qt4-x11/debian/patches/18_disable_opengl_visibility.dpatch	2006-06-05 05:18:47 UTC (rev 3896)
+++ trunk/packages/qt4-x11/debian/patches/18_disable_opengl_visibility.dpatch	2006-06-05 07:57:26 UTC (rev 3897)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: temporary fix because of alpha, has to be dropped as soon as gcc's bug is fixed.
+
+ at DPATCH@
+--- src/opengl/opengl.pro.orig
++++ src/opengl/opengl.pro
+@@ -5,6 +5,7 @@
+ win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x63000000
+ solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2
+ 
++QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden
+ 
+ include(../qbase.pri)
+ 




More information about the pkg-kde-commits mailing list