diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
commit | 9750a057f2f36c5b88a5bc53c0a051b605dac061 (patch) | |
tree | 4f205d3ed4ecf8d2df665b566674d12372363c7f /redhat/applications/ktorrent/bp005-03d0c794.diff | |
parent | 6bb431be79e8f75c26bbf0f81749fa7738965f65 (diff) | |
download | tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.tar.gz tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.zip |
RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build)
Diffstat (limited to 'redhat/applications/ktorrent/bp005-03d0c794.diff')
-rw-r--r-- | redhat/applications/ktorrent/bp005-03d0c794.diff | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/redhat/applications/ktorrent/bp005-03d0c794.diff b/redhat/applications/ktorrent/bp005-03d0c794.diff new file mode 100644 index 000000000..6f7cdc217 --- /dev/null +++ b/redhat/applications/ktorrent/bp005-03d0c794.diff @@ -0,0 +1,35 @@ +commit 03d0c794dc3a15e414c627f47a31718c39a49197 +Author: Darrell Anderson <humanreadable@yahoo.com> +Date: 1332214935 -0500 + + Fix configure output message to clarify that missing avahi support + is caused by missing avahi-tqt package as well as avahi-client. + +diff --git a/configure.in b/configure.in +index 29436e8..ca0b183 100644 +--- a/configure.in ++++ b/configure.in +@@ -403,7 +403,8 @@ if test x$missing_avahi_warning = xyes; then + echo "" + echo "----------------------------------------------------------" + echo "KTorrent WARNING:" +- echo "Cannot find avahi-client with version 0.6.10 or later." ++ echo "Cannot find avahi-client with version 0.6.10 or later or" ++ echo "cannot find avahi-tqt." + echo "The zeroconf plugin will not be installed because of this." + echo "----------------------------------------------------------" + echo "" +diff --git a/configure.in.bot b/configure.in.bot +index b3f5186..15c2c8c 100644 +--- a/configure.in.bot ++++ b/configure.in.bot +@@ -12,7 +12,8 @@ if test x$missing_avahi_warning = xyes; then + echo "" + echo "----------------------------------------------------------" + echo "KTorrent WARNING:" +- echo "Cannot find avahi-client with version 0.6.10 or later." ++ echo "Cannot find avahi-client with version 0.6.10 or later or" ++ echo "cannot find avahi-tqt." + echo "The zeroconf plugin will not be installed because of this." + echo "----------------------------------------------------------" + echo "" |