Module Name:    src
Committed By:   jmmv
Date:           Tue Apr  5 16:37:07 UTC 2011

Modified Files:
        src/external/bsd/atf/lib/libatf-c++: Makefile

Log Message:
Set LIBISCXX=yes; from joerg@.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/atf/lib/libatf-c++/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/atf/lib/libatf-c++/Makefile
diff -u src/external/bsd/atf/lib/libatf-c++/Makefile:1.9 src/external/bsd/atf/lib/libatf-c++/Makefile:1.10
--- src/external/bsd/atf/lib/libatf-c++/Makefile:1.9	Thu Mar 31 16:45:45 2011
+++ src/external/bsd/atf/lib/libatf-c++/Makefile	Tue Apr  5 16:37:06 2011
@@ -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

Reply via email to