--- multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt (revision 0) +++ multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt (working copy) @@ -0,0 +1,11 @@ +--- xbmc/cores/DllLoader/exports/CMakeLists.txt.orig 2014-10-08 18:00:51.823721381 +0800 ++++ xbmc/cores/DllLoader/exports/CMakeLists.txt 2014-10-08 18:02:14.180717312 +0800 +@@ -2,7 +2,7 @@ + find_all_sources(util exports_util_SRCS) + if(NOT WIN32) + list(REMOVE_ITEM exports_SRCS ./win32-dirent.cpp) +- add_library(wrapper STATIC wrapper.c) ++ add_library(wrapper STATIC ${exports_SRCS} ${exports_util_SRCS}) + else(NOT WIN32) + list(REMOVE_ITEM exports_SRCS ./wrapper.c) + find_all_sources(emu_socket socket_SRCS)