Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 639734 Details for
Bug 723452
sci-libs/libticalcs2-1.1.9 configure error when /bin/sh != bash
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-configure-bashism.patch
fix-configure-bashism.patch (text/plain), 516 bytes, created by
Matt Whitlock
on 2020-05-17 00:43:54 UTC
(
hide
)
Description:
fix-configure-bashism.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2020-05-17 00:43:54 UTC
Size:
516 bytes
patch
obsolete
>diff -Naur a/configure.ac b/configure.ac >--- a/configure.ac 2016-04-04 05:59:39.000000000 +0000 >+++ b/configure.ac 2020-05-17 00:39:27.151946406 +0000 >@@ -176,7 +176,7 @@ > AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system]) > AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD]) > AC_MSG_CHECKING([for the host compiler]) >-if test "x$build" == "x$host" ; then >+if test "x$build" = "x$host" ; then > # Not cross-compiling. > CC_FOR_BUILD=$CC > CFLAGS_FOR_BUILD=$CFLAGS
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 723452
: 639734