pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcl-scotty Add NO_EXPORT_CPP=yes, since exporting ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f5aa3882fa8
branches:  trunk
changeset: 470414:9f5aa3882fa8
user:      he <he%pkgsrc.org@localhost>
date:      Tue Mar 09 09:33:48 2004 +0000

description:
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:

 net/tcl-scotty/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5194df163391 -r 9f5aa3882fa8 net/tcl-scotty/Makefile
--- a/net/tcl-scotty/Makefile   Tue Mar 09 08:06:45 2004 +0000
+++ b/net/tcl-scotty/Makefile   Tue Mar 09 09:33:48 2004 +0000
@@ -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_ENV+=        TARGET=scotty
 
 USE_LIBTOOL=   yes
+NO_EXPORT_CPP= yes
 
 post-extract:
        @${RM} -f ${WRKSRC}/../doc/http.n



Home | Main Index | Thread Index | Old Index