diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 07:30:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 07:30:44 +0000 |
commit | d6cae5eecf103a528514027a68424d176d1831ce (patch) | |
tree | 9897c6e183e0bd46a435ad5d07d41a3630c45232 /net-mgmt/nbtscan/files/patch-configure_in | |
parent | 395b2d6a6e000b49b4ddd68d5c9316de5a31321f (diff) | |
download | ports-d6cae5eecf103a528514027a68424d176d1831ce.tar.gz ports-d6cae5eecf103a528514027a68424d176d1831ce.zip |
Notes
Diffstat (limited to 'net-mgmt/nbtscan/files/patch-configure_in')
-rw-r--r-- | net-mgmt/nbtscan/files/patch-configure_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nbtscan/files/patch-configure_in b/net-mgmt/nbtscan/files/patch-configure_in new file mode 100644 index 000000000000..a140d8c4682a --- /dev/null +++ b/net-mgmt/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 + |