Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 682492 Details for
Bug 765010
=dev-lang/ruby-2* with ~sys-devel/autoconf-2.70: ./configure: 4102: Syntax error: "fi" unexpected (expecting "then")
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-2.7.2-autoconf-2.70.patch
ruby-2.7.2-autoconf-2.70.patch (text/plain), 964 bytes, created by
Sergei Trofimovich (RETIRED)
on 2021-01-11 23:52:59 UTC
(
hide
)
Description:
ruby-2.7.2-autoconf-2.70.patch
Filename:
MIME Type:
Creator:
Sergei Trofimovich (RETIRED)
Created:
2021-01-11 23:52:59 UTC
Size:
964 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 6766df2..bc503d6 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -177,13 +177,14 @@ AS_CASE(["$host_os:$build_os"], > # clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/tags/Apple/clang-23 exported) > # Apple clang version 2.0 (tags/Apple/clang-137) (based on LLVM 2.9svn) > # Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn) >- AS_IF([! $CC -E -xc - <<SRC >/dev/null], [ >- @%:@if defined __APPLE_CC__ && defined __clang_major__ && __clang_major__ < 3 >- @%:@error premature clang >- @%:@endif >-SRC >- AC_MSG_ERROR([clang version 3.0 or later is required]) >- ])], >+ AC_PREPROC_IFELSE( >+ [AC_LANG_PROGRAM([ >+ @%:@if defined __APPLE_CC__ && defined __clang_major__ && __clang_major__ < 3 >+ @%:@error premature clang >+ @%:@endif >+ ])], >+ [], >+ [AC_MSG_ERROR([clang version 3.0 or later is required])])], > [openbsd*:openbsd*], [ > AC_CHECK_TOOLS(CC, [cc]) > ])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 765010
:
682477
|
682489
| 682492