summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-09-03 16:28:56 +0000
committerobache <obache@pkgsrc.org>2007-09-03 16:28:56 +0000
commit0bb1707783d72f83961182290f47116f0d3dcf64 (patch)
treeaf5976656314fbd3bec15bfac48cef9288768d68 /lang
parent08495ca7d8cb14728d3e3d56af8b46d29df216aa (diff)
downloadpkgsrc-0bb1707783d72f83961182290f47116f0d3dcf64.tar.gz
Fixed build error.
Patch provided by Aleksej Saushev in PR 36888.
Diffstat (limited to 'lang')
-rw-r--r--lang/smalltalk/distinfo3
-rw-r--r--lang/smalltalk/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo
index 66248ca6447..169ef7bb573 100644
--- a/lang/smalltalk/distinfo
+++ b/lang/smalltalk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2007/09/03 13:36:29 obache Exp $
+$NetBSD: distinfo,v 1.16 2007/09/03 16:28:56 obache Exp $
SHA1 (smalltalk-2.3.5.tar.gz) = e67e953e2ee06f8343dccbd8ad23230c40b8272a
RMD160 (smalltalk-2.3.5.tar.gz) = cc9df741304dce7350a4e0ffa99a7adfe29fa67e
@@ -6,3 +6,4 @@ Size (smalltalk-2.3.5.tar.gz) = 4369835 bytes
SHA1 (patch-ac) = 640808f34bdbc8ed6beab6d7d8e022d45e33ee90
SHA1 (patch-ae) = 69585b82cab161cb40a6509e8eafb73c88f14d05
SHA1 (patch-af) = 6d094368cd30fffe5678b1bdf8a7b6da766137e4
+SHA1 (patch-ag) = 5eec4c1f315e05dea00f33d8f31b6b17f32e557a
diff --git a/lang/smalltalk/patches/patch-ag b/lang/smalltalk/patches/patch-ag
new file mode 100644
index 00000000000..ec317d53252
--- /dev/null
+++ b/lang/smalltalk/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/09/03 16:28:56 obache Exp $
+
+--- lib-src/sincosl.c.orig 2006-02-05 18:41:29.000000000 +0000
++++ lib-src/sincosl.c
+@@ -228,7 +228,7 @@ kernel_cosl (long double x, long double
+ Computed using gmp.
+ */
+
+-const long double sincosl_table[] = {
++static const long double sincosl_table[] = {
+
+ /* x = 1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */
+ /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */