summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/qt3/qt-3.0.5-nodebug.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2021-01-30 13:16:16 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2021-01-30 13:16:16 +0100
commitbf57a9ef56100e74b4c27b206908f611490a9ff5 (patch)
treeed2c095efca2e8fbb61cc0d7c67c1de0cf4dded3 /redhat/dependencies/qt3/qt-3.0.5-nodebug.patch
parentff06099c111979101dced770c3ea8275072c9420 (diff)
downloadtde-packaging-bf57a9ef.tar.gz
tde-packaging-bf57a9ef.zip
RPM: remove obsolete dependencies/qt3
Diffstat (limited to 'redhat/dependencies/qt3/qt-3.0.5-nodebug.patch')
-rw-r--r--redhat/dependencies/qt3/qt-3.0.5-nodebug.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/redhat/dependencies/qt3/qt-3.0.5-nodebug.patch b/redhat/dependencies/qt3/qt-3.0.5-nodebug.patch
deleted file mode 100644
index 09d697fb4..000000000
--- a/redhat/dependencies/qt3/qt-3.0.5-nodebug.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- qt-x11-free-3.0.5/src/tools/qgpluginmanager.cpp.bero 2002-08-21 15:16:19.000000000 +0200
-+++ qt-x11-free-3.0.5/src/tools/qgpluginmanager.cpp 2002-08-21 15:16:41.000000000 +0200
-@@ -501,10 +501,10 @@
- (*f).latin1(),
- (const char*) QFile::encodeName( old->library() ) );
- } else {
-- qWarning("%s: Feature %s already defined in %s!",
-+/* qWarning("%s: Feature %s already defined in %s!",
- (const char*) QFile::encodeName( old->library() ),
- (*f).latin1(),
-- (const char*) QFile::encodeName( plugin->library() ) );
-+ (const char*) QFile::encodeName( plugin->library() ) ); */
- }
- }
- }