summaryrefslogtreecommitdiff
path: root/net/lambdamoo
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-06 13:31:38 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-06 13:31:38 +0000
commita1df9f3d027285090a00934098a6a2e3b106629c (patch)
tree3e3094a286067212af72d60c3c695947ba9a5fce /net/lambdamoo
parent0650c1da1857e24059529404ad138b1199a050b3 (diff)
downloadpkgsrc-a1df9f3d027285090a00934098a6a2e3b106629c.tar.gz
Link explicitly against libm.
Diffstat (limited to 'net/lambdamoo')
-rw-r--r--net/lambdamoo/distinfo3
-rw-r--r--net/lambdamoo/patches/patch-Makefile.in13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/lambdamoo/distinfo b/net/lambdamoo/distinfo
index 5453d53d8bd..ef9114ab3dc 100644
--- a/net/lambdamoo/distinfo
+++ b/net/lambdamoo/distinfo
@@ -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 --git a/net/lambdamoo/patches/patch-Makefile.in b/net/lambdamoo/patches/patch-Makefile.in
new file mode 100644
index 00000000000..2ef08f79ecb
--- /dev/null
+++ b/net/lambdamoo/patches/patch-Makefile.in
@@ -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
+
+ CC = @CC@
+-LIBRARIES = @LIBS@
++LIBRARIES = @LIBS@ -lm
+ YACC = @YACC@
+
+ CFLAGS = -O