summaryrefslogtreecommitdiffstats
path: root/redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:18:11 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:18:11 +0200
commit6d19f23f648d1aaee59350cfdd97f564c405239f (patch)
tree6a84d5c0cbdb86bf4685e7ab1bfca730479f0753 /redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch
parent7a49d1c3c01e346c9efd56af8f4d418c9d519744 (diff)
downloadtde-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_inotify_detection.patch')
-rw-r--r--redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch b/redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch
new file mode 100644
index 000000000..ae5dc8c65
--- /dev/null
+++ b/redhat/applications/amarok/amarok-3.5.13.1-fix_inotify_detection.patch
@@ -0,0 +1,30 @@
+--- amarok-3.5.13.1/ConfigureChecks.cmake.ORI 2012-10-11 22:49:54.765461343 +0200
++++ amarok-3.5.13.1/ConfigureChecks.cmake 2012-10-11 22:49:59.897357764 +0200
+@@ -24,7 +24,7 @@
+
+ ##### check for inotify ###########################
+
+-# if( WITH_INOTIFY )
++if( WITH_INOTIFY )
+ check_include_file( "inotify.h" INOTIFY_FOUND )
+ check_include_file( "sys/inotify.h" INOTIFY_SYS_FOUND )
+ if( NOT INOTIFY_FOUND )
+@@ -39,7 +39,7 @@
+ set( HAVE_INOTIFY 1 )
+ set( HAVE_SYS_INOTIFY 1 )
+ endif( INOTIFY_SYS_FOUND )
+-# endif( )
++endif( )
+
+ check_function_exists( statvfs HAVE_STATVFS )
+
+--- amarok-3.5.13.1/CMakeLists.txt.ori 2012-10-11 22:50:45.323440818 +0200
++++ amarok-3.5.13.1/CMakeLists.txt 2012-10-11 22:51:00.569133033 +0200
+@@ -54,6 +54,7 @@
+ option( WITH_MTP "Enable mtp support" OFF )
+ option( WITH_RIOKARMA "Enable riokarma support" OFF )
+ option( WITH_DAAP "Enable daap support" OFF )
++option( WITH_INOTIFY "Enable inotify support" OFF )
+
+
+ ##### user requested modules ####################