<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- CMakeLists.txt.orig	2017-08-14 17:41:03.000000000 -0700
+++ CMakeLists.txt	2017-08-14 17:43:39.000000000 -0700
@@ -18,6 +18,9 @@
     set(ENABLE_TOOLS ON)
 endif ()
 
+add_definitions(-D__STDC_FORMAT_MACROS)
+add_definitions(-DTARGET_OS_IOS=0)
+
 # -----------------------------------------------------------------------------
 # Determine which port will be built
 # -----------------------------------------------------------------------------
</pre></body></html>