ports/103952: [PATCH] lang/smalltalk: fix build with gcc41

trasz trasz at pin.if.uz.zgora.pl
Tue Oct 3 16:10:18 UTC 2006


>Number:         103952
>Category:       ports
>Synopsis:       [PATCH] lang/smalltalk: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 03 16:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
Fix build with gcc41

(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/smalltalk-2.2.log)

Added file(s):
- files/patch-sincosl.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- smalltalk-2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/smalltalk/files/patch-sincosl.c /home/trasz/smalltalk/files/patch-sincosl.c
--- /usr/ports/lang/smalltalk/files/patch-sincosl.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/smalltalk/files/patch-sincosl.c	Tue Oct  3 17:49:28 2006
@@ -0,0 +1,11 @@
+--- lib-src/sincosl.c.orig	Tue Oct  3 17:28:31 2006
++++ lib-src/sincosl.c	Tue Oct  3 17:28:33 2006
+@@ -228,7 +228,7 @@
+    Computed using gmp.
+  */
+ 
+-const long double sincosl_table[] = {
++static const long double sincosl_table[] = {
+ 
+ /* x =  1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */
+ /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */
--- smalltalk-2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list