Set LIBISCXX=yes; from joerg@.
This commit is contained in:
parent
38c5ac17f7
commit
8f2e7abf72
|
@ -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
|
NOLINT= # defined
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
LIB= atf-c++
|
LIB= atf-c++
|
||||||
|
LIBISCXX= yes
|
||||||
LDADD= -L${.OBJDIR}/../libatf-c -latf-c
|
LDADD= -L${.OBJDIR}/../libatf-c -latf-c
|
||||||
DPADD= ${LIBATF_C}
|
DPADD= ${LIBATF_C}
|
||||||
NOPIC= # defined; interface is still too unstable
|
NOPIC= # defined; interface is still too unstable
|
||||||
|
|
Loading…
Reference in New Issue