summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-06 18:40:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-06 18:40:24 +0000
commit012245375c4459acc333f5263ca0eff0df8f2372 (patch)
tree4314ac4e3d6d532ff2facd8753addc23ecd9fffb /lang/smalltalk
parent- Update to 0.5.2 (diff)
- Fix build with gcc41
PR: ports/103952 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=174657
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/files/patch-sincosl.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-sincosl.c b/lang/smalltalk/files/patch-sincosl.c
new file mode 100644
index 000000000000..105018ce616e
--- /dev/null
+++ b/lang/smalltalk/files/patch-sincosl.c
@@ -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 */