diff options
Diffstat (limited to 'redhat/applications/kchmviewer/kchmviewer-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/applications/kchmviewer/kchmviewer-3.5.13-missing_ldflags.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/kchmviewer/kchmviewer-3.5.13-missing_ldflags.patch b/redhat/applications/kchmviewer/kchmviewer-3.5.13-missing_ldflags.patch deleted file mode 100644 index 05012b5ba..000000000 --- a/redhat/applications/kchmviewer/kchmviewer-3.5.13-missing_ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kchmviewer/lib/kio-msits/Makefile.am.ORI 2011-11-21 00:43:10.415241950 +0100 -+++ kchmviewer/lib/kio-msits/Makefile.am 2011-11-21 00:43:22.929241583 +0100 -@@ -5,7 +5,7 @@ - - kio_msits_la_SOURCES = msits.cpp - kio_msits_la_LIBADD = -lkio $(CHM_LIBS) --kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) -+kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS) - - protocol_DATA = msits.protocol - protocoldir = $(kde_servicesdir) |