]> git.pld-linux.org Git - packages/tk.git/commitdiff
- updated for 8.5a[23]
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jun 2005 19:09:14 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tk-ieee.patch -> 1.3

tk-ieee.patch

index 77e26d73ef9cd8d6ac1c33194b6459a9c97e8927..a50ff3496cd2e3185e6f66e3a8952308c8d57b92 100644 (file)
@@ -1,16 +1,15 @@
---- tk8.4.7/unix/configure.in.orig     2004-07-29 23:57:48.000000000 +0200
-+++ tk8.4.7/unix/configure.in  2004-08-06 00:22:07.871744816 +0200
-@@ -129,13 +129,10 @@
- #--------------------------------------------------------------------
- # 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").
- #--------------------------------------------------------------------
+--- tk8.5a2/unix/tcl.m4.orig   2005-04-05 21:33:01.645942000 +0200
++++ tk8.5a2/unix/tcl.m4        2005-06-18 21:09:27.278392960 +0200
+@@ -2397,12 +2397,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").
    #--------------------------------------------------------------------
  
- MATH_LIBS=""
- AC_CHECK_FUNC(sin, , MATH_LIBS="-lm")
--AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"])
+     AC_CHECK_FUNC(sin, MATH_LIBS="", MATH_LIBS="-lm")
+-    AC_CHECK_LIB(ieee, main, [MATH_LIBS="-lieee $MATH_LIBS"])
  
- #--------------------------------------------------------------------
# On AIX systems, libbsd.a has to be linked in to support
    #--------------------------------------------------------------------
    # Interactive UNIX requires -linet instead of -lsocket, plus it
This page took 0.049601 seconds and 4 git commands to generate.