diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-06 03:58:58 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-06 03:58:58 +0000 |
commit | 61e845b585958c7db81351634b9f71d812c954e0 (patch) | |
tree | 117b3f082d975c1c40286d6a865d96c0fb7652cf /net/trafshow/files | |
parent | 7bc22233334d6eb86229e2c713f6210b41804911 (diff) | |
download | ports-61e845b585958c7db81351634b9f71d812c954e0.tar.gz ports-61e845b585958c7db81351634b9f71d812c954e0.zip |
Notes
Diffstat (limited to 'net/trafshow/files')
-rw-r--r-- | net/trafshow/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/trafshow/files/patch-configure b/net/trafshow/files/patch-configure new file mode 100644 index 000000000000..8510310f4a13 --- /dev/null +++ b/net/trafshow/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jan 5 17:07:53 2002 ++++ configure Sat Jan 5 17:07:53 2002 +@@ -874,7 +874,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_cv_lbl_gcc_vers=`$CC -v 2>&1 | \ +- sed -n -e '$s/.* //' -e '$s/\..*//p'` ++ sed -n -e '$s/^.*version //' -e '$s/\..*//p'` + fi + + echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6 |