aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libfreenect2/fix-macbuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libfreenect2/fix-macbuild.patch')
-rw-r--r--vcpkg/ports/libfreenect2/fix-macbuild.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/libfreenect2/fix-macbuild.patch b/vcpkg/ports/libfreenect2/fix-macbuild.patch
new file mode 100644
index 0000000..cb675a6
--- /dev/null
+++ b/vcpkg/ports/libfreenect2/fix-macbuild.patch
@@ -0,0 +1,22 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index aedc576..4f16abc 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -165,6 +165,8 @@ SET(LIBFREENECT2_DLLS
+ SET(HAVE_VideoToolbox "no (Apple only)")
+ IF(APPLE)
+ FIND_LIBRARY(VIDEOTOOLBOX_LIBRARY VideoToolbox)
++ FIND_LIBRARY(CF_LIBRARY CoreFoundation)
++ FIND_LIBRARY(IOK_LIBRARY IOKit)
+
+ SET(HAVE_VideoToolbox no)
+ IF(VIDEOTOOLBOX_LIBRARY)
+@@ -184,6 +186,8 @@ IF(APPLE)
+ ${COREFOUNDATION_LIBRARY}
+ ${COREMEDIA_LIBRARY}
+ ${COREVIDEO_LIBRARY}
++ ${CF_LIBRARY}
++ ${IOK_LIBRARY}
+ )
+ ENDIF(VIDEOTOOLBOX_LIBRARY)
+ ENDIF(APPLE)