diff options
author | he <he> | 2004-03-09 09:33:48 +0000 |
---|---|---|
committer | he <he> | 2004-03-09 09:33:48 +0000 |
commit | 59220c7b6953fdc4014bbad6fca0d257b9c72025 (patch) | |
tree | 5e96cb417152ebb8ced2a5749f2cf541709d949e /net | |
parent | d318fcef57d008ddf7e16a1662c0a05cb6ae7288 (diff) | |
download | pkgsrc-59220c7b6953fdc4014bbad6fca0d257b9c72025.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcl-scotty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 1bce157c409..449f0c512ea 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -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 |