SF.net SVN: gar:[22185] csw/mgar/pkg/tcl85/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Wed Oct 9 11:14:12 CEST 2013
Revision: 22185
http://gar.svn.sourceforge.net/gar/?rev=22185&view=rev
Author: lblume
Date: 2013-10-09 09:14:12 +0000 (Wed, 09 Oct 2013)
Log Message:
-----------
tcl85/trunk: Right, it was broken on S9, too
Modified Paths:
--------------
csw/mgar/pkg/tcl85/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/tcl85/trunk/files/0001-libsunmath-needs-fix-on-S9.patch
Modified: csw/mgar/pkg/tcl85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl85/trunk/Makefile 2013-10-09 07:54:23 UTC (rev 22184)
+++ csw/mgar/pkg/tcl85/trunk/Makefile 2013-10-09 09:14:12 UTC (rev 22185)
@@ -18,6 +18,8 @@
VENDOR_URL = http://www.tcl.tk/
LICENSE = license.terms
+PATCHFILES += 0001-libsunmath-needs-fix-on-S9.patch
+
REN_TCLSH = tclsh8.5
# The dependencies on the ISAs differ, here's from tcl-x.y.z/unix/tcl.m4:
Added: csw/mgar/pkg/tcl85/trunk/files/0001-libsunmath-needs-fix-on-S9.patch
===================================================================
--- csw/mgar/pkg/tcl85/trunk/files/0001-libsunmath-needs-fix-on-S9.patch (rev 0)
+++ csw/mgar/pkg/tcl85/trunk/files/0001-libsunmath-needs-fix-on-S9.patch 2013-10-09 09:14:12 UTC (rev 22185)
@@ -0,0 +1,12 @@
+index d7bd53b..9c592ea 100755
+--- a/unix/configure
++++ b/unix/configure
+@@ -8492,7 +8492,7 @@ else
+ arch=`isainfo`
+ echo "$as_me:$LINENO: checking whether to use -lsunmath for fp rounding control" >&5
+ echo $ECHO_N "checking whether to use -lsunmath for fp rounding control... $ECHO_C" >&6
+- if test "$arch" = "amd64 i386"; then
++ if test "$arch" = "amd64 i386" -o "$arch" = "i386"; then
+
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list