aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-06 11:58:58 +0800
committerpat <pat@FreeBSD.org>2002-01-06 11:58:58 +0800
commit1309ab5bb44c03ee627e8607a5770896801db1e8 (patch)
treeab0fd91b8279b1aa785ca2c220f6b654cb5fdbb5
parent9b146b471d03374cf915d62bdf0f20a59ec42de3 (diff)
downloadfreebsd-ports-gnome-1309ab5bb44c03ee627e8607a5770896801db1e8.tar.gz
freebsd-ports-gnome-1309ab5bb44c03ee627e8607a5770896801db1e8.tar.zst
freebsd-ports-gnome-1309ab5bb44c03ee627e8607a5770896801db1e8.zip
Add patch to fix configure script detecting gcc version
PR: 33592 Submitted by: maintainer, Eugene Grosbein <eugen@grosbein.pp.ru>
-rw-r--r--net/trafshow/files/patch-configure11
-rw-r--r--net/trafshow3/files/patch-configure11
-rw-r--r--net/trafshow4/files/patch-configure11
3 files changed, 33 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
diff --git a/net/trafshow3/files/patch-configure b/net/trafshow3/files/patch-configure
new file mode 100644
index 000000000000..8510310f4a13
--- /dev/null
+++ b/net/trafshow3/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
diff --git a/net/trafshow4/files/patch-configure b/net/trafshow4/files/patch-configure
new file mode 100644
index 000000000000..8510310f4a13
--- /dev/null
+++ b/net/trafshow4/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