summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:14:46 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch')
-rw-r--r--redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch b/redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch
deleted file mode 100644
index a8deaa551..000000000
--- a/redhat/applications/kgtk-qt3/kgtk-qt3-3.5.13-fix_libsuffix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- kgtk-qt3/qt3/kqt3-wrapper.cmake.ORI 2012-08-08 22:30:14.598900960 +0200
-+++ kgtk-qt3/qt3/kqt3-wrapper.cmake 2012-08-08 22:30:39.661367613 +0200
-@@ -15,7 +15,7 @@
- app=`basename $0`
-
- if [ "$app" = "kqt3-wrapper" ] ; then
-- LD_PRELOAD=@CMAKE_INSTALL_PREFIX@/lib/kgtk/libkqt3.so:$LD_PRELOAD "$@"
-+ LD_PRELOAD=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/kgtk/libkqt3.so:$LD_PRELOAD "$@"
- else
- dir=`dirname $0`
- oldPath=$PATH
---- kgtk-qt3/gtk2/kgtk2-wrapper.cmake.ORI 2012-08-08 22:31:30.684286835 +0200
-+++ kgtk-qt3/gtk2/kgtk2-wrapper.cmake 2012-08-08 22:32:10.294452119 +0200
-@@ -19,7 +19,7 @@
- app=`basename $0`
-
- if [ "$app" = "kgtk2-wrapper" ] ; then
-- LD_PRELOAD=@CMAKE_INSTALL_PREFIX@/lib/kgtk/libkgtk2.so:libnspr4.so:$LD_PRELOAD "$@"
-+ LD_PRELOAD=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/kgtk/libkgtk2.so:libnspr4.so:$LD_PRELOAD "$@"
- else
- dir=`dirname $0`
- oldPath=$PATH