diff options
| author | David E. Cross <dec@FreeBSD.org> | 2000-05-15 00:44:58 +0000 |
|---|---|---|
| committer | David E. Cross <dec@FreeBSD.org> | 2000-05-15 00:44:58 +0000 |
| commit | 6ce9858a52034ba3b9a3ba18429ca08c7ccd151b (patch) | |
| tree | d3a761000c0d095461bff2c461b590d3bdd5c4a3 /net/gated/files/patch-ah | |
| parent | b1c285afc596df1445b201b68c87b04bd1068b35 (diff) | |
Submitted by: dec
Oops, forgot the new patches.
Diffstat (limited to 'net/gated/files/patch-ah')
| -rw-r--r-- | net/gated/files/patch-ah | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/gated/files/patch-ah b/net/gated/files/patch-ah new file mode 100644 index 000000000000..c75dd52a6735 --- /dev/null +++ b/net/gated/files/patch-ah @@ -0,0 +1,19 @@ +*** configure.orig Sun May 14 17:28:39 2000 +--- configure Sun May 14 17:33:16 2000 +*************** +*** 2657,2663 **** + MKDEP_FILE="$srcdir/util/make-depend" + echo $ac_n "checking how to calculate deps""... $ac_c" 1>&6 + echo "configure:2660: checking how to calculate deps" >&5 +! if test $ac_cv_prog_CC = gcc; then + MKDEP="\$(top_srcdir)/util/mkdep" + elif $CC -V 2>&1 | grep WorkShop > /dev/null; then + MKDEP="\$(top_srcdir)/util/mkdep -flag -xM" +--- 2657,2663 ---- + MKDEP_FILE="$srcdir/util/make-depend" + echo $ac_n "checking how to calculate deps""... $ac_c" 1>&6 + echo "configure:2660: checking how to calculate deps" >&5 +! if test $ac_cv_prog_gcc = yes; then + MKDEP="\$(top_srcdir)/util/mkdep" + elif $CC -V 2>&1 | grep WorkShop > /dev/null; then + MKDEP="\$(top_srcdir)/util/mkdep -flag -xM" |
