Author: qboosh Date: Sat Jun 18 19:16:51 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - updated for 8.5a3
---- Files affected: SOURCES: tcl-ieee.patch (1.3 -> 1.4) (NEW) ---- Diffs: ================================================================ Index: SOURCES/tcl-ieee.patch diff -u /dev/null SOURCES/tcl-ieee.patch:1.4 --- /dev/null Sat Jun 18 21:16:51 2005 +++ SOURCES/tcl-ieee.patch Sat Jun 18 21:16:45 2005 @@ -0,0 +1,15 @@ +--- tcl8.5a3/unix/tcl.m4.orig 2005-06-18 11:12:06.405033000 +0200 ++++ tcl8.5a3/unix/tcl.m4 2005-06-18 21:23:51.193057968 +0200 +@@ -2512,12 +2512,9 @@ + #-------------------------------------------------------------------- + # On a few very rare systems, all of the libm.a stuff is + # already in libc.a. Set compiler flags accordingly. +- # Also, Linux requires the "ieee" library for math to work +- # right (and it must appear before "-lm"). + #-------------------------------------------------------------------- + + AC_CHECK_FUNC(sin, MATH_LIBS="", MATH_LIBS="-lm") +- AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"]) + + #-------------------------------------------------------------------- + # Interactive UNIX requires -linet instead of -lsocket, plus it ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
