diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-19 20:47:36 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-19 20:47:36 +0200 |
commit | 81cfe3de65065da2e9693971b05ee35cca6bf483 (patch) | |
tree | fa557dc984def90bd9bcbc44e8c98c65923ecd94 /redhat/applications/kbiff | |
parent | 04dea0b400cc28566c4a09214a332a2360f8ed3b (diff) | |
download | tde-packaging-81cfe3de65065da2e9693971b05ee35cca6bf483.tar.gz tde-packaging-81cfe3de65065da2e9693971b05ee35cca6bf483.zip |
RPM Packaging: more updates
Diffstat (limited to 'redhat/applications/kbiff')
-rw-r--r-- | redhat/applications/kbiff/kbiff-14.0.0-ftbfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/kbiff/kbiff-14.0.0-ftbfs.patch b/redhat/applications/kbiff/kbiff-14.0.0-ftbfs.patch new file mode 100644 index 000000000..789918cdc --- /dev/null +++ b/redhat/applications/kbiff/kbiff-14.0.0-ftbfs.patch @@ -0,0 +1,11 @@ +--- trinity-kbiff-14.0.0~pre6+b63c54d4/kbiff/Makefile.am.ORI 2013-07-07 13:17:16.270257111 +0200 ++++ trinity-kbiff-14.0.0~pre6+b63c54d4/kbiff/Makefile.am 2013-07-07 13:17:41.911536825 +0200 +@@ -24,7 +24,7 @@ + + # the libraries to link against. Be aware of the order. First the libraries, + # that depend on the following ones. +-kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO) ++kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI) + + # this option you can leave out. Just, if you use "make dist", you need it + noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \ |