From 52d2dd29c32eb23db521372fe5819a7d3803e7bc Mon Sep 17 00:00:00 2001 From: wilfried Date: Fri, 16 Mar 2001 10:20:50 +0000 Subject: [PATCH] respect CFLAGS, ok maintainer --- net/nbtscan/patches/patch-configure | 11 +++++++++++ net/nbtscan/patches/patch-configure_in | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 net/nbtscan/patches/patch-configure create mode 100644 net/nbtscan/patches/patch-configure_in diff --git a/net/nbtscan/patches/patch-configure b/net/nbtscan/patches/patch-configure new file mode 100644 index 00000000000..a1f328f363e --- /dev/null +++ b/net/nbtscan/patches/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/patches/patch-configure_in b/net/nbtscan/patches/patch-configure_in new file mode 100644 index 00000000000..a140d8c4682 --- /dev/null +++ b/net/nbtscan/patches/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 +