diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-04 00:19:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-04 00:19:14 +0000 |
commit | b31a64b7bc92f4a931c76b11a1b72ce8e6a0239f (patch) | |
tree | 211014335a458d5b7a5f226cd01791d5b43b6b14 /net | |
parent | a4fdd4b426da2f85ffe99a89a9f13a981d87b184 (diff) | |
download | pkgsrc-b31a64b7bc92f4a931c76b11a1b72ce8e6a0239f.tar.gz |
Allow build with TCL 8.6. Needs more work as it fails in the install
phase.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcl-scotty/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index b12bba53bd8..89d8d02febd 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/11 14:42:01 adam Exp $ +# $NetBSD: Makefile,v 1.31 2014/02/04 00:19:14 joerg Exp $ # DISTNAME= scotty-${DIST_VERS} @@ -27,6 +27,11 @@ CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \ --enable-gdmo --without-tk-config CONFIGURE_ENV+= TARGET=scotty +.include "../../mk/bsd.prefs.mk" + +CFLAGS+= -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE +MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} GDMO_LIBS= + USE_LIBTOOL= yes USE_TOOLS+= lex yacc |