summaryrefslogtreecommitdiff
path: root/net/ttt/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2000-05-22 03:55:16 +0000
committersakamoto <sakamoto>2000-05-22 03:55:16 +0000
commitc6a0472eabefb917eb6db4a5043124d5beb61342 (patch)
treeefd338cf00f971b431b8d416465f3269a63110a1 /net/ttt/patches
parent85c794bba398a119f1d39a1008291801d24e21d6 (diff)
downloadpkgsrc-c6a0472eabefb917eb6db4a5043124d5beb61342.tar.gz
ttt-1.4 - Tele Traffic Tapper
Diffstat (limited to 'net/ttt/patches')
-rw-r--r--net/ttt/patches/patch-aa23
-rw-r--r--net/ttt/patches/patch-ab23
2 files changed, 46 insertions, 0 deletions
diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa
new file mode 100644
index 00000000000..25cf47fcb18
--- /dev/null
+++ b/net/ttt/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/05/22 03:55:17 sakamoto Exp $
+--- configure.in.orig Mon Apr 12 16:39:59 1999
++++ configure.in Sun Apr 23 03:25:21 2000
+@@ -412,5 +412,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}"
+@@ -705,5 +705,11 @@
+ tttLibraries="${tttLibraries} ${LIBS}"
+
+-LDFLAGS=""
++case $target in
++ *-netbsd*)
++ ;;
++ *)
++ LDFLAGS=""
++ ;;
++esac
+
+ case $target in
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