Source-Changes-HG archive

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

[src/trunk]: src/external/mit/lua/usr.bin/lua include libm and libedit in DPADD



details:   https://anonhg.NetBSD.org/src/rev/2da4c8c2a343
branches:  trunk
changeset: 761045:2da4c8c2a343
user:      plunky <plunky%NetBSD.org@localhost>
date:      Wed Jan 19 10:17:04 2011 +0000

description:
include libm and libedit in DPADD

diffstat:

 external/mit/lua/usr.bin/lua/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 3d64839df68b -r 2da4c8c2a343 external/mit/lua/usr.bin/lua/Makefile
--- a/external/mit/lua/usr.bin/lua/Makefile     Wed Jan 19 10:14:49 2011 +0000
+++ b/external/mit/lua/usr.bin/lua/Makefile     Wed Jan 19 10:17:04 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/11/05 10:50:50 he Exp $
+# $NetBSD: Makefile,v 1.3 2011/01/19 10:17:04 plunky Exp $
 
 PROG=          lua
 SRCS=          lua.c
@@ -6,11 +6,11 @@
 
 CPPFLAGS+=     -DLUA_USE_READLINE
 
-LDADD+=                ${LIBLUA} -lm -ledit
+LDADD+=                ${LIBLUA}
 DPADD+=                ${LIBLUA}
 
-LDADD+=                -lterminfo
-DPADD+=                ${LIBTERMINFO}
+LDADD+=                -lterminfo -lm -ledit
+DPADD+=                ${LIBTERMINFO} ${LIBM} ${LIBEDIT}
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index