Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352472 Details for
Bug 473362
=x11-proto/xcb-proto-1.8-r3 fails to cross-compile with multilib-portage for none-default ABI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use ABI if set, otherwise default to DEFAULT_ABI
xcb-proto.patch (text/plain), 596 bytes, created by
Paul Varner (RETIRED)
on 2013-07-02 21:57:48 UTC
(
hide
)
Description:
Use ABI if set, otherwise default to DEFAULT_ABI
Filename:
MIME Type:
Creator:
Paul Varner (RETIRED)
Created:
2013-07-02 21:57:48 UTC
Size:
596 bytes
patch
obsolete
>Use ABI if it is set otherwise fallback to DEFAULT_ABI. > >Patch from Peter Alfredsen in Bug 471644 > >--- xcb-proto-1.8-r3.ebuild >+++ xcb-proto-1.8-r3.ebuild >@@ -32,14 +32,14 @@ > xorg-2_src_compile > > python_foreach_impl autotools-utils_src_compile -C xcbgen \ >- top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}" >+ top_builddir="${WORKDIR}/${P}-${ABI:-DEFAULT_ABI}" > } > > src_install() { > xorg-2_src_install > > python_foreach_impl autotools-utils_src_install -C xcbgen \ >- top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}" >+ top_builddir="${WORKDIR}/${P}-${ABI:-DEFAULT_ABI}" > } > > pkg_postinst() {
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 473362
:
350996
| 352472