<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/portable_c.c.orig	2016-05-10 14:51:52.000000000 -0500
+++ src/portable_c.c	2017-01-05 12:57:39.000000000 -0600
@@ -1,12 +1,12 @@
-#if (defined(__APPLE__) || defined(macintosh)) &amp;&amp; !defined(DMG_BUILD)
+//#if (defined(__APPLE__) || defined(macintosh)) &amp;&amp; !defined(DMG_BUILD)
 #include &lt;AvailabilityMacros.h&gt;
 // this hack doesn't seem to be needed on El Captain (10.11)
 #if MAC_OS_X_VERSION_MAX_ALLOWED &lt; MAC_OS_X_VERSION_10_11
 // define this before including iconv.h to avoid a mapping of
 // iconv_open and friends to libicon_open (done by mac ports),
 // while the symbols without 'lib' are linked from /usr/lib/libiconv
-#define LIBICONV_PLUG
-#endif
+//#define LIBICONV_PLUG
+//#endif
 #endif
 #include &lt;iconv.h&gt;
 
</pre></body></html>