From f4c0c862cd063f006d2028e84c97f559a3ecf26f Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 6 Nov 2011 09:19:14 +0100 Subject: Moves QT3 at in root directory instead of "dependancies" --- redhat/qt3/qt-x11-free-3.3.2-quiet.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 redhat/qt3/qt-x11-free-3.3.2-quiet.patch (limited to 'redhat/qt3/qt-x11-free-3.3.2-quiet.patch') diff --git a/redhat/qt3/qt-x11-free-3.3.2-quiet.patch b/redhat/qt3/qt-x11-free-3.3.2-quiet.patch new file mode 100644 index 000000000..6dce7aa80 --- /dev/null +++ b/redhat/qt3/qt-x11-free-3.3.2-quiet.patch @@ -0,0 +1,14 @@ +--- qt-x11-free-3.3.2/src/kernel/qpixmap_x11.cpp.orig 2004-05-10 13:54:03.592289052 +0200 ++++ qt-x11-free-3.3.2/src/kernel/qpixmap_x11.cpp 2004-05-10 13:56:10.165560473 +0200 +@@ -288,8 +288,9 @@ + { + #if defined(QT_CHECK_STATE) + if ( qApp->type() == QApplication::Tty ) { +- qWarning( "QPixmap: Cannot create a QPixmap when no GUI " +- "is being used" ); ++// qWarning( "QPixmap: Cannot create a QPixmap when no GUI " ++// "is being used" ); ++ ; + } + #endif + -- cgit v1.2.1