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++ Set LIBISCXX=yes; from joerg@.



details:   https://anonhg.NetBSD.org/src/rev/24fb70e65413
branches:  trunk
changeset: 763852:24fb70e65413
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Tue Apr 05 16:37:06 2011 +0000

description:
Set LIBISCXX=yes; from joerg@.

diffstat:

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

diffs (16 lines):

diff -r ef04350f9346 -r 24fb70e65413 external/bsd/atf/lib/libatf-c++/Makefile
--- a/external/bsd/atf/lib/libatf-c++/Makefile  Tue Apr 05 14:57:33 2011 +0000
+++ b/external/bsd/atf/lib/libatf-c++/Makefile  Tue Apr 05 16:37:06 2011 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2011/03/31 16:45:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2011/04/05 16:37:06 jmmv Exp $
 
 NOLINT=                # defined
 
 .include <bsd.own.mk>
 
 LIB=           atf-c++
+LIBISCXX=      yes
 LDADD=         -L${.OBJDIR}/../libatf-c -latf-c
 DPADD=         ${LIBATF_C}
 NOPIC=         # defined; interface is still too unstable



Home | Main Index | Thread Index | Old Index