--- kcontrol/orig.CMakeLists.txt	2014-04-28 06:38:04.000000000 +0200
+++ kcontrol/CMakeLists.txt	2014-08-02 15:31:10.000000000 +0200
@@ -18,14 +18,14 @@
     add_subdirectory( keyboard )
 endif(X11_Xkb_FOUND)
 
-if(NOT WIN32)
+if(NOT WIN32 AND NOT APPLE)
 add_subdirectory( bell )
 add_subdirectory( input )
 add_subdirectory( access )
 add_subdirectory( screensaver )
 add_subdirectory( dateandtime )
 add_subdirectory( autostart )
-endif(NOT WIN32)
+endif(NOT WIN32 AND NOT APPLE)
 
 add_subdirectory( launch )
 add_subdirectory( colors )
@@ -43,9 +43,9 @@
 add_subdirectory( desktoppaths )
 
 if( FREETYPE_FOUND )
-    if( WIN32 OR FONTCONFIG_FOUND )
+    if( WIN32 OR APPLE OR FONTCONFIG_FOUND )
         add_subdirectory( fonts )
-    endif( WIN32 OR FONTCONFIG_FOUND )
+    endif( WIN32 OR APPLE OR FONTCONFIG_FOUND )
 endif( FREETYPE_FOUND )
 if(FONTCONFIG_FOUND AND FREETYPE_FOUND AND NOT WIN32)
     add_subdirectory( kfontinst )
--- kcontrol/style/orig.CMakeLists.txt	2014-04-28 06:38:04.000000000 +0200
+++ kcontrol/style/CMakeLists.txt	2014-08-02 12:09:20.000000000 +0200
@@ -18,9 +18,9 @@
 
 target_link_libraries(kcm_style ${KDE4_KIO_LIBS} ${X11_LIBRARIES}
     ${KDE4_PLASMA_LIBS} ${KDE4_KNEWSTUFF3_LIBS})
-if(NOT WIN32)
+if(NOT WIN32 AND NOT APPLE)
     target_link_libraries(kcm_style kdecorations)
-endif(NOT WIN32)
+endif(NOT WIN32 AND NOT APPLE)
 
 install(TARGETS kcm_style  DESTINATION ${PLUGIN_INSTALL_DIR})
 
