Add NO_EXPORT_CPP=yes, since exporting CPP will confuse rpcgen when
CPP's value is just "cpp", since that's not stat(2)able. Instead, let rpcgen's default be used.
This commit is contained in:
parent
044930d046
commit
4ec4bb2a1b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2004/03/08 19:52:51 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2004/03/09 09:33:48 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= scotty-${DIST_VERS}
|
||||
|
@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
|
|||
CONFIGURE_ENV+= TARGET=scotty
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
NO_EXPORT_CPP= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/../doc/http.n
|
||||
|
|
Loading…
Reference in a new issue