pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/lambdamoo Link explicitly against libm.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c65759f4980
branches: trunk
changeset: 626274:0c65759f4980
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Nov 06 13:31:38 2013 +0000
description:
Link explicitly against libm.
diffstat:
net/lambdamoo/distinfo | 3 ++-
net/lambdamoo/patches/patch-Makefile.in | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 0615bd82055f -r 0c65759f4980 net/lambdamoo/distinfo
--- a/net/lambdamoo/distinfo Wed Nov 06 13:31:21 2013 +0000
+++ b/net/lambdamoo/distinfo Wed Nov 06 13:31:38 2013 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2011/09/04 23:55:00 dholland Exp $
+$NetBSD: distinfo,v 1.4 2013/11/06 13:31:38 joerg Exp $
SHA1 (LambdaMOO-1.8.1.tar.gz) = 6fc053ce6c305b9d5f3d883450c1bdc05b733c7b
RMD160 (LambdaMOO-1.8.1.tar.gz) = 78f0993bb870cac44f3b80fab46a250b489ebc59
Size (LambdaMOO-1.8.1.tar.gz) = 363803 bytes
+SHA1 (patch-Makefile.in) = 3cba5c0bdcee38d4807494a3dffa89b6bae8b557
SHA1 (patch-aa) = f4273667233f6d641354054b4a7f5298b85469de
SHA1 (patch-ab) = 63c3c2a902dec7796f91e4cb442957f053d4cc7b
SHA1 (patch-configure) = 4086bc5887e47178ed89f0db21e892a231084572
diff -r 0615bd82055f -r 0c65759f4980 net/lambdamoo/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lambdamoo/patches/patch-Makefile.in Wed Nov 06 13:31:38 2013 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.in,v 1.1 2013/11/06 13:31:38 joerg Exp $
+
+--- Makefile.in.orig 2013-11-06 12:17:32.000000000 +0000
++++ Makefile.in
+@@ -14,7 +14,7 @@
+ # Pavel%Xerox.Com@localhost
+
+ CC = @CC@
+-LIBRARIES = @LIBS@
++LIBRARIES = @LIBS@ -lm
+ YACC = @YACC@
+
+ CFLAGS = -O
Home |
Main Index |
Thread Index |
Old Index