diff options
Diffstat (limited to 'net/ttt/patches/patch-ab')
-rw-r--r-- | net/ttt/patches/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/ttt/patches/patch-ab b/net/ttt/patches/patch-ab new file mode 100644 index 00000000000..2adaec4bb3c --- /dev/null +++ b/net/ttt/patches/patch-ab @@ -0,0 +1,23 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/05/22 03:55:17 sakamoto Exp $ +--- configure.orig Mon Apr 12 16:42:10 1999 ++++ configure Sun Apr 23 03:25:51 2000 +@@ -1871,5 +1871,5 @@ + + case $target in +- *-freebsd*) ++ *-freebsd*|*-netbsd*) + tclIncSpec="-I${TCL_PREFIX}/include/tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}" + tkIncSpec="-I${TK_PREFIX}/include/tk${TK_MAJOR_VERSION}.${TK_MINOR_VERSION}" +@@ -2464,5 +2464,11 @@ + tttLibraries="${tttLibraries} ${LIBS}" + +-LDFLAGS="" ++case $target in ++ *-netbsd*) ++ ;; ++ *) ++ LDFLAGS="" ++ ;; ++esac + + case $target in |