diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 07:30:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 07:30:44 +0000 |
commit | ef863090330576a4b326417e4a89ae7df08ec068 (patch) | |
tree | c78baf3db8157012336447e0326d8f7bf676d85b /net/nbtscan/files | |
parent | 6fc0395725f93fd2597fa11e0cf50321b1711704 (diff) | |
download | FreeBSD-ports-ef863090330576a4b326417e4a89ae7df08ec068.zip FreeBSD-ports-ef863090330576a4b326417e4a89ae7df08ec068.tar.gz |
Add nbtscan 1.0.2, a tool for scanning for NetBIOS name information.
Obtained from: OpenBSD
Diffstat (limited to 'net/nbtscan/files')
-rw-r--r-- | net/nbtscan/files/patch-configure | 11 | ||||
-rw-r--r-- | net/nbtscan/files/patch-configure_in | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net/nbtscan/files/patch-configure b/net/nbtscan/files/patch-configure new file mode 100644 index 0000000..a1f328f --- /dev/null +++ b/net/nbtscan/files/patch-configure @@ -0,0 +1,11 @@ +$OpenBSD: patch-configure,v 1.1 2001/03/16 10:20:50 wilfried Exp $ +--- configure.orig Wed Mar 29 11:28:23 2000 ++++ configure Thu Mar 15 22:28:24 2001 +@@ -522,7 +522,6 @@ fi + + + +-CFLAGS=-O2 + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 diff --git a/net/nbtscan/files/patch-configure_in b/net/nbtscan/files/patch-configure_in new file mode 100644 index 0000000..a140d8c --- /dev/null +++ b/net/nbtscan/files/patch-configure_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-configure_in,v 1.1 2001/03/16 10:20:50 wilfried Exp $ +--- configure.in.orig Wed Mar 29 11:28:13 2000 ++++ configure.in Thu Mar 15 22:28:22 2001 +@@ -2,7 +2,6 @@ dnl Process this file with autoconf to p + AC_INIT(statusq.c) + + dnl Checks for programs. +-CFLAGS=-O2 + AC_PROG_CC + AC_PROG_INSTALL + |