From a1df9f3d027285090a00934098a6a2e3b106629c Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 6 Nov 2013 13:31:38 +0000 Subject: Link explicitly against libm. --- net/lambdamoo/distinfo | 3 ++- net/lambdamoo/patches/patch-Makefile.in | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/lambdamoo/patches/patch-Makefile.in (limited to 'net/lambdamoo') 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 -- cgit v1.2.3