Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/lib/libatf-c++ depend on more libraries



details:   https://anonhg.NetBSD.org/src/rev/e6efe13bf3e9
branches:  trunk
changeset: 780145:e6efe13bf3e9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 12 22:15:29 2012 +0000

description:
depend on more libraries

diffstat:

 external/bsd/atf/lib/libatf-c++/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8a39764bed4e -r e6efe13bf3e9 external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile  Thu Jul 12 21:29:51 2012 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile  Thu Jul 12 22:15:29 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/07/12 16:15:40 christos Exp $
+# $NetBSD: Makefile,v 1.15 2012/07/12 22:15:29 christos Exp $
 
 NOLINT=                # defined
 
@@ -7,7 +7,10 @@
 LIB=           atf-c++
 LIBISCXX=      yes
 
-LIBDPLIBS+=     atf-c      ${.CURDIR}/../libatf-c
+LIBDPLIBS+=     atf-c  ${.CURDIR}/../libatf-c
+LIBDPLIBS+=     stdc++ ${.CURDIR}/../../../../../external/gpl3/gcc/lib/libstdc++-v3
+LIBDPLIBS+=     m      ${.CURDIR}/../../../../../lib/libm
+
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/atf/dist
 .PATH:         ${SRCDIR}



Home | Main Index | Thread Index | Old Index