Git commit cc2df2a63c635876f07ce974e07887e0eebc4874 by Till Adam. Committed on 25/09/2011 at 19:12. Pushed by tilladam into branch 'master'. Disable the feeder on Mac as well. M +1 -1 CMakeLists.txt http://commits.kde.org/kdepim/cc2df2a63c635876f07ce974e07887e0eebc4874 diff --git a/CMakeLists.txt b/CMakeLists.txt index aae2aa1..8c28d26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,7 +360,7 @@ endif (NOT WINCE) # disabled until Strigi dep is removed if (NOT WINCE AND NOT KDEPIM_NO_NEPOMUK) - if (NOT WIN32) + if (NOT WIN32 AND NOT APPLE) # The nepomuk_email_feeder uses symbols from kde-runtime. # On Windows you can not link a DLL with undefined # Symbols so this has to be disabled