$OpenBSD: patch-phonon_experimental_CMakeLists_txt,v 1.2 2018/10/19 20:53:27 rsadowski Exp $
Revert upstream commit 457492e97dd1435021cff15d4fbb8f1fd7be9b24, it breaks
due to changing "-I/usr/local/include/kde4" to
"-isystem /usr/local/include/kde4".
Index: phonon/experimental/CMakeLists.txt
--- phonon/experimental/CMakeLists.txt.orig
+++ phonon/experimental/CMakeLists.txt
@@ -29,8 +29,6 @@ set_target_properties(${PHONON_LIB_SONAME}experimental
                                          LINK_INTERFACE_LIBRARIES ""
                                          )
 install(TARGETS ${PHONON_LIB_SONAME}experimental EXPORT PhononExperimentalLibs ${INSTALL_TARGETS_DEFAULT_ARGS})
-target_include_directories(${PHONON_LIB_SONAME}experimental
-    INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>")
 
 ########### install headers ###############
 install(FILES
