diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-04-28 11:43:28 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-04-28 11:43:28 +0200 |
commit | 997c042e21f63d4be61e38937554fcdc8306efa4 (patch) | |
tree | dfc7b5c33a98103fde709a89b1754406c878c711 /redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch | |
parent | 4b6d314fd1d6fac2fb82833811ae004f98b0b195 (diff) | |
download | tde-packaging-997c042e21f63d4be61e38937554fcdc8306efa4.tar.gz tde-packaging-997c042e21f63d4be61e38937554fcdc8306efa4.zip |
RPM packaging: update tdeio-ftps, tdeio-locate, tdeio-sword, tdeio-umountwrapper, tdenetworkmanager
Diffstat (limited to 'redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch')
-rw-r--r-- | redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch b/redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch deleted file mode 100644 index 00ca8561c..000000000 --- a/redhat/applications/tdeio-locate/kio-locate-3.5.13-fix_gcc47_compilation.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- kio-locate/src/SConscript.ORI 2012-05-02 00:23:36.637608539 +0200 -+++ kio-locate/src/SConscript 2012-05-02 00:23:44.142459165 +0200 -@@ -28,7 +28,7 @@ - pattern.cpp - """ - obj.libs='tqt kio' --obj.linkflags='-module' # add more link flags -+#obj.linkflags='-module' # add more link flags - obj.execute() - - # Install the protocol files ---- kio-locate/admin/kde.py.install 2011-07-07 08:10:05.000000000 +0200 -+++ kio-locate/admin/kde.py 2012-05-06 20:29:48.236024293 +0200 -@@ -337,7 +337,7 @@ - opts.Save(cachefile, env) - - ## set default variables, one can override them in sconscript files -- env.Append(CXXFLAGS = ['-I'+env['KDEINCLUDEPATH'], '-I'+env['QTINCLUDEPATH'], '-I/usr/include/tqt' ], -+ env.Append(CXXFLAGS = ['-I'+env['KDEINCLUDEPATH'], '-I'+env['QTINCLUDEPATH'], '-I/opt/trinity/include/tqt' ], - LIBPATH = [env['KDELIBPATH'], env['QTLIBPATH'] ]) - - env['QT_AUTOSCAN'] = 1 -@@ -773,7 +773,7 @@ - ## Define this to 1 if you are writing documentation else to 0 :) - #if lenv.has_key('i_am_a_documentation_writer'): - for file in docbook_list: -- lenv.Depends( folder+'index.cache.bz2', nodefile ) -+ lenv.Depends( folder+'index.cache.bz2', file ) - - if lenv.has_key('_BUILDDIR_'): folder=lenv.join(lenv['_BUILDDIR_'], folder) - -@@ -781,7 +782,7 @@ - lenv.KDEinstall( 'KDEDOC', lenv.join(lang,destination), lenv.join(folder,'index.cache.bz2') ) - - if env['_INSTALL']: -- dir=lenv.join(lenv.getInstDirForResType('KDEDOC'), lang, destination) -+ dir=lenv.join(env['DESTDIR'], lenv.getInstDirForResType('KDEDOC'), lang, destination) - comp='mkdir -p %s && cd %s && rm -f common && ln -s ../common common' % (dir, dir) - lenv.Execute(comp) - |