Index: head/lang/tcl86/files/patch-unix-tclUnixSock.c =================================================================== --- head/lang/tcl86/files/patch-unix-tclUnixSock.c (nonexistent) +++ head/lang/tcl86/files/patch-unix-tclUnixSock.c (revision 449238) @@ -0,0 +1,17 @@ +--- unix/tclUnixSock.c.orig 2017-09-04 07:52:03 UTC ++++ unix/tclUnixSock.c +@@ -713,10 +713,14 @@ IPv6AddressNeedsNumericRendering( + * at least some versions of OSX. + */ + ++#if defined (__clang__) || ((__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))) + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wstrict-aliasing" ++#endif + if (!IN6_IS_ADDR_V4MAPPED(&addr)) { ++#if defined (__clang__) || ((__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))) + #pragma GCC diagnostic pop ++#endif + return 0; + } + Property changes on: head/lang/tcl86/files/patch-unix-tclUnixSock.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property