aboutsummaryrefslogtreecommitdiffstats
path: root/community/libffi3.3-compat/fix-compilor-vendor-quote.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libffi3.3-compat/fix-compilor-vendor-quote.patch')
-rw-r--r--community/libffi3.3-compat/fix-compilor-vendor-quote.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/libffi3.3-compat/fix-compilor-vendor-quote.patch b/community/libffi3.3-compat/fix-compilor-vendor-quote.patch
deleted file mode 100644
index 969581f9dcf..00000000000
--- a/community/libffi3.3-compat/fix-compilor-vendor-quote.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/753299
---- a/testsuite/lib/libffi.exp
-+++ b/testsuite/lib/libffi.exp
-@@ -287,9 +287,6 @@ proc libffi-init { args } {
- verbose "libffi $blddirffi"
-
- # Which compiler are we building with?
-- set tmp [grep "$blddirffi/config.log" "^ax_cv_c_compiler_vendor.*$"]
-- regexp -- {^[^=]*=(.*)$} $tmp nil compiler_vendor
--
- if { [string match $compiler_vendor "gnu"] } {
- set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
- if {$gccdir != ""} {
---- a/configure.ac
-+++ b/configure.ac
-@@ -59,6 +59,7 @@ fi
- cat > local.exp <<EOF
- set CC_FOR_TARGET "$CC"
- set CXX_FOR_TARGET "$CXX"
-+set compiler_vendor "$ax_cv_c_compiler_vendor"
- EOF
-
- AM_MAINTAINER_MODE