[Midnightbsd-cvs] mports [24700] trunk/lang/tcl86/files/patch-unix-tclUnixInit.c: add missing patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 25 12:13:40 EST 2018
Revision: 24700
http://svnweb.midnightbsd.org/mports/?rev=24700
Author: laffer1
Date: 2018-11-25 12:13:40 -0500 (Sun, 25 Nov 2018)
Log Message:
-----------
add missing patch
Added Paths:
-----------
trunk/lang/tcl86/files/patch-unix-tclUnixInit.c
Added: trunk/lang/tcl86/files/patch-unix-tclUnixInit.c
===================================================================
--- trunk/lang/tcl86/files/patch-unix-tclUnixInit.c (rev 0)
+++ trunk/lang/tcl86/files/patch-unix-tclUnixInit.c 2018-11-25 17:13:40 UTC (rev 24700)
@@ -0,0 +1,17 @@
+--- unix/tclUnixInit.c.orig 2016-09-08 20:22:10.064101000 -0400
++++ unix/tclUnixInit.c 2016-09-08 20:22:42.345592000 -0400
+@@ -391,14 +391,6 @@
+ #endif /* SIGPIPE */
+
+ #if defined(__FreeBSD__) && defined(__GNUC__)
+- /*
+- * Adjust the rounding mode to be more conventional. Note that FreeBSD
+- * only provides the __fpsetreg() used by the following two for the GNU
+- * Compiler. When using, say, Intel's icc they break. (Partially based on
+- * patch in BSD ports system from root at celsius.bychok.com)
+- */
+-
+- fpsetround(FP_RN);
+ (void) fpsetmask(0L);
+ #endif
+
Property changes on: trunk/lang/tcl86/files/patch-unix-tclUnixInit.c
___________________________________________________________________
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
More information about the Midnightbsd-cvs
mailing list