Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352588 Details for
Bug 475294
Please add multilib support to libcxxrt and libcxx.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pass test phase, sample patch for libcxxrt-9999.ebuild
libcxxrt-9999.patch (text/plain), 707 bytes, created by
Yuta SATOH
on 2013-07-04 11:00:55 UTC
(
hide
)
Description:
pass test phase, sample patch for libcxxrt-9999.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-07-04 11:00:55 UTC
Size:
707 bytes
patch
obsolete
>diff --git a/libcxxrt-9999.ebuild b/libcxxrt-9999.ebuild >index 1c97dc4..5d0608e 100644 >--- a/libcxxrt-9999.ebuild >+++ b/libcxxrt-9999.ebuild >@@ -52,10 +52,12 @@ multilib_src_compile() { > > multilib_src_test() { > cd "${BUILD_DIR}/test" >- LD_32_LIBRARY_PATH="${BUILD_DIR}/src:${LD_32_LIBRARY_PATH}" \ >- LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" \ >- LIBS="-L${BUILD_DIR}/src -lcxxrt -lc" \ >- emake check >+ if [[ ${ABI} == x86_fbsd ]] && has_multilib_profile ; then >+ export LD_32_LIBRARY_PATH="${BUILD_DIR}/src:${LD_32_LIBRARY_PATH}" >+ else >+ export LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" >+ fi >+ LIBS="-L${BUILD_DIR}/src -lcxxrt -lc" emake check > } > > multilib_src_install() {
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 475294
:
352308
|
352314
|
352316
|
352318
|
352320
|
352386
|
352508
|
352514
|
352516
| 352588 |
352590
|
352596