pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/smalltalk Fixed build error.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/827d7342f61b
branches:  trunk
changeset: 532892:827d7342f61b
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Sep 03 16:28:56 2007 +0000

description:
Fixed build error.
Patch provided by Aleksej Saushev in PR 36888.

diffstat:

 lang/smalltalk/distinfo         |   3 ++-
 lang/smalltalk/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r f40212abd279 -r 827d7342f61b lang/smalltalk/distinfo
--- a/lang/smalltalk/distinfo   Mon Sep 03 16:28:37 2007 +0000
+++ b/lang/smalltalk/distinfo   Mon Sep 03 16:28:56 2007 +0000
@@ -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 @@
 SHA1 (patch-ac) = 640808f34bdbc8ed6beab6d7d8e022d45e33ee90
 SHA1 (patch-ae) = 69585b82cab161cb40a6509e8eafb73c88f14d05
 SHA1 (patch-af) = 6d094368cd30fffe5678b1bdf8a7b6da766137e4
+SHA1 (patch-ag) = 5eec4c1f315e05dea00f33d8f31b6b17f32e557a
diff -r f40212abd279 -r 827d7342f61b lang/smalltalk/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/smalltalk/patches/patch-ag   Mon Sep 03 16:28:56 2007 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index