diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/thcrut/files/patch-configure | |
parent | Stage net-mgmt/routers2 and cleanup (diff) |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/thcrut/files/patch-configure')
-rw-r--r-- | net/thcrut/files/patch-configure | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net/thcrut/files/patch-configure b/net/thcrut/files/patch-configure new file mode 100644 index 000000000000..45a2dcb12f9f --- /dev/null +++ b/net/thcrut/files/patch-configure @@ -0,0 +1,42 @@ +--- configure.orig Sun May 25 12:57:05 2003 ++++ configure Sat Jul 12 02:36:17 2003 +@@ -1088,18 +1088,6 @@ + echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 + if test "$ac_test_CFLAGS" = set; then + CFLAGS="$ac_save_CFLAGS" +-elif test $ac_cv_prog_cc_g = yes; then +- if test "$GCC" = yes; then +- CFLAGS="-g -O2" +- else +- CFLAGS="-g" +- fi +-else +- if test "$GCC" = yes; then +- CFLAGS="-O2" +- else +- CFLAGS= +- fi + fi + + # Find a good install program. We prefer a C program (faster), +@@ -1271,10 +1259,6 @@ + + fi + +-if test $ac_cv_prog_gcc = yes; then +- CCOPTS='-O2 -Wall' +- CFLAGS="$CCOPTS" +-fi + test "x$prefix" != "xNONE" || prefix="/usr/local" + test "x$exec_prefix" != "xNONE" || exec_prefix="${prefix}" + trydir_i="${prefix}/include" +@@ -1325,9 +1309,7 @@ + echo "### Some FreeBSDs' have a broken SELECT-BPF" + echo "### implementation (see tcpdump mailinglist)." + echo "### THC RUT might not work at all on such a platform." +- echo "### continueing in 10 seconds. Good luck!" + echo "############################################################" +- sleep 10 + ;; + esac + |