diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 12:06:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 12:06:23 +0900 |
commit | 40be1ebef7a688235d4730561908a02f10505385 (patch) | |
tree | ab182bf59496abaee2ddbf03d3e910bd37ae57e8 /mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch | |
parent | c169e89296c2d885faa5cdeba21dc35b10b2f583 (diff) | |
download | tde-packaging-40be1ebef7a688235d4730561908a02f10505385.tar.gz tde-packaging-40be1ebef7a688235d4730561908a02f10505385.zip |
Removed obsolete Mandriva 2010 packaging files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch')
-rw-r--r-- | mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch b/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch deleted file mode 100644 index 923697438..000000000 --- a/mandriva/2010.2/kdepim/kdepim-3.5.9-fix-underlinking.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: kdepim-3.5.9/indexlib/Makefile.am -=================================================================== ---- kdepim-3.5.9/indexlib/Makefile.am -+++ kdepim-3.5.9/indexlib/Makefile.am 2008-06-06 23:56:40.000000000 +0300 -@@ -3,6 +3,7 @@ - - lib_LTLIBRARIES = libindex.la - -+libindex_la_LIBADD = -lz - libindex_la_SOURCES = bitstream.cpp compressed.cpp create.cpp exception.cpp ifile.cpp leafdata.cpp leafdatavector.cpp lockfile.cpp logfile.cpp match.cpp mmap_manager.cpp quotes.cpp slow.cpp stringarray.cpp stringset.cpp tokenizer.cpp - - indexlibincludedir=$(includedir)/index -Index: kdepim-3.5.9/kontact/src/Makefile.am -=================================================================== ---- kdepim-3.5.9/kontact/src/Makefile.am -+++ kdepim-3.5.9/kontact/src/Makefile.am 2008-06-07 14:40:39.000000000 +0300 -@@ -4,7 +4,9 @@ - - lib_LTLIBRARIES = libkontact.la - libkontact_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0 --libkontact_la_LIBADD = $(LIB_KDECORE) -+# Use C++ linking mode; automake autodetection does not work here: -+libkontact_la_LIBTOOLFLAGS = --tag=CXX -+libkontact_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) - libkontact_la_SOURCES = prefs.kcfgc - - bin_PROGRAMS = kontact |