Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 16:37:58 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365101 - head/net/lambdamoo/files
Message-ID:  <201408161637.s7GGbw9j037892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug 16 16:37:57 2014
New Revision: 365101
URL: http://svnweb.freebsd.org/changeset/ports/365101
QAT: https://qat.redports.org/buildarchive/r365101/

Log:
  Fix build by adding -lm.

Modified:
  head/net/lambdamoo/files/patch-Makefile.in

Modified: head/net/lambdamoo/files/patch-Makefile.in
==============================================================================
--- head/net/lambdamoo/files/patch-Makefile.in	Sat Aug 16 16:34:56 2014	(r365100)
+++ head/net/lambdamoo/files/patch-Makefile.in	Sat Aug 16 16:37:57 2014	(r365101)
@@ -1,7 +1,11 @@
---- Makefile.in.orig	Thu Apr 13 13:54:19 2006
-+++ Makefile.in	Thu Apr 13 13:54:25 2006
-@@ -17,7 +17,7 @@
- LIBRARIES = @LIBS@
+--- Makefile.in.orig	2000-01-10 20:54:05.000000000 -0500
++++ Makefile.in	2014-08-16 12:36:54.000000000 -0400
+@@ -14,10 +14,10 @@
+ #   Pavel@Xerox.Com
+ 
+ CC = @CC@
+-LIBRARIES = @LIBS@
++LIBRARIES = @LIBS@ -lm
  YACC = @YACC@
  
 -CFLAGS = -O



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408161637.s7GGbw9j037892>