diff options
Diffstat (limited to 'lang/tcl84/files/patch-warnings')
-rw-r--r-- | lang/tcl84/files/patch-warnings | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/tcl84/files/patch-warnings b/lang/tcl84/files/patch-warnings deleted file mode 100644 index 609cf4749782..000000000000 --- a/lang/tcl84/files/patch-warnings +++ /dev/null @@ -1,14 +0,0 @@ -Quiet the noisy "already defined" warning triggered, when building with TCL_THREADS. - ---- ../unix/tclUnixPort.h.orig 2012-11-19 16:27:16 UTC -+++ ../unix/tclUnixPort.h -@@ -606,6 +606,9 @@ extern double strtod(); - # undef HAVE_LANGINFO - # endif - # endif /* MAC_OS_X_VERSION_MAX_ALLOWED */ -+#ifdef inet_ntoa -+# undef inet_ntoa -+#endif - # if defined(HAVE_COREFOUNDATION) && defined(__LP64__) && \ - defined(HAVE_WEAK_IMPORT) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050 - # warning "Weak import of 64-bit CoreFoundation is not supported, will not run on Mac OS X < 10.5." |