diff options
Diffstat (limited to 'net/scotty/patches/patch-aj')
-rw-r--r-- | net/scotty/patches/patch-aj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/scotty/patches/patch-aj b/net/scotty/patches/patch-aj new file mode 100644 index 00000000000..25b5e57b787 --- /dev/null +++ b/net/scotty/patches/patch-aj @@ -0,0 +1,28 @@ +$NetBSD: patch-aj,v 1.1 2000/07/05 12:34:00 he Exp $ + +--- ../unix/configure.in.dist Tue Dec 23 10:08:39 1997 ++++ ../unix/configure.in Wed Jul 5 13:59:04 2000 +@@ -151,7 +151,7 @@ + DL_LIBS=$TCL_DL_LIBS + LD_FLAGS=$TCL_LD_FLAGS + LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS +-TCL_INCLUDES=-I$TCL_PREFIX/include ++TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION + + if test -z "$SHLIB_LD" ; then + AC_MSG_ERROR([no shared linker definition (TCL_SHLIB_LD) in tclConfig.sh]) +@@ -200,7 +200,7 @@ + fi + + . $tnm_cv_path_tk_config/tkConfig.sh +-TK_INCLUDES=-I$TK_PREFIX/include ++TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION + if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then + TK_INCLUDES="" + fi +@@ -330,4 +330,4 @@ + AC_SUBST(TK_XINCLUDES) + AC_SUBST(TK_XLIBSW) + +-AC_OUTPUT(Makefile) ++AC_OUTPUT(Makefile scotty-wrap.c tkined-wrap.c) |