Add patch to fix configure script detecting gcc version
PR: 33592 Submitted by: maintainer, Eugene Grosbein <eugen@grosbein.pp.ru>
This commit is contained in:
parent
7bc2223333
commit
61e845b585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52639
11
net/trafshow/files/patch-configure
Normal file
11
net/trafshow/files/patch-configure
Normal file
@ -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
|
11
net/trafshow3/files/patch-configure
Normal file
11
net/trafshow3/files/patch-configure
Normal file
@ -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
|
11
net/trafshow4/files/patch-configure
Normal file
11
net/trafshow4/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user