Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 679287 Details for
Bug 720964
media-libs/rtaudio-5.2.0 calls ar directly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attempt at a fix
rtaudio-5.1.0-honour-ar-cxx-from-environment.patch (text/plain), 1.01 KB, created by
Gavin Pryke
on 2020-12-23 06:20:09 UTC
(
hide
)
Description:
Attempt at a fix
Filename:
MIME Type:
Creator:
Gavin Pryke
Created:
2020-12-23 06:20:09 UTC
Size:
1.01 KB
patch
obsolete
>=============================================================================== >Subject: Honour AR/CXX from environment >Bug: https://bugs.gentoo.org/720964 >From: Gavin Pryke <gavinlee303@gmail.com> >=============================================================================== >diff -Naru -x '*.swp' rtaudio-5.1.0.orig/configure.ac rtaudio-5.1.0/configure.ac >--- rtaudio-5.1.0.orig/configure.ac 2019-04-18 01:24:28.000000000 +0100 >+++ rtaudio-5.1.0/configure.ac 2020-12-22 11:37:19.689983090 +0000 >@@ -67,10 +67,11 @@ > AS_IF([test "x$CFLAGS" = "x" ], [override_c=yes], [override_c=no]) > > # Checks for programs. >-AC_PROG_CXX(g++ CC c++ cxx) >-AM_PROG_AR >-AC_PATH_PROG(AR, ar, no) >-AS_IF([test "x${AR}" = "xno" ], [ >+# inherit from environment first then pick standard command names, >+# this is to keep distributions happy that allow overrides for toolchain. >+AC_PROG_CXX(["$CXX" g++ c++ cxx]) >+AM_PROG_AR(["$AR" ar]) >+AS_IF([test "x${AR}" = "x" ], [ > AC_MSG_ERROR([Could not find ar - needed to create a library]) > ]) >
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 720964
:
635998
| 679287