diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:18:11 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:18:11 +0200 |
commit | 6d19f23f648d1aaee59350cfdd97f564c405239f (patch) | |
tree | 6a84d5c0cbdb86bf4685e7ab1bfca730479f0753 /redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch | |
parent | 7a49d1c3c01e346c9efd56af8f4d418c9d519744 (diff) | |
download | tde-packaging-6d19f23f648d1aaee59350cfdd97f564c405239f.tar.gz tde-packaging-6d19f23f648d1aaee59350cfdd97f564c405239f.zip |
RHEL/Fedora/MGA/MDV/Suse: update applications for TDE 3.5.13.1
Diffstat (limited to 'redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch')
-rw-r--r-- | redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch b/redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch new file mode 100644 index 000000000..0b6d3259b --- /dev/null +++ b/redhat/applications/amarok/amarok-3.5.13.1-fix_rhel4_libs.patch @@ -0,0 +1,15 @@ +--- amarok-3.5.13.1/amarok/src/engine/yauap/ConfigureChecks.cmake.ORI 2012-10-11 22:54:02.017468265 +0200 ++++ amarok-3.5.13.1/amarok/src/engine/yauap/ConfigureChecks.cmake 2012-10-11 22:54:52.644445209 +0200 +@@ -16,8 +16,8 @@ + endif( ) + + # dbus-tqt +-pkg_search_module( DBUS_TQT dbus-tqt ) +-if( NOT DBUS_TQT_FOUND ) +- tde_message_fatal( "dbus-tqt is required, but was not found on your system" ) +-endif( ) ++#pkg_search_module( DBUS_TQT dbus-tqt ) ++#if( NOT DBUS_TQT_FOUND ) ++# tde_message_fatal( "dbus-tqt is required, but was not found on your system" ) ++#endif( ) + |