| Summary: | sys-libs/libtermcap-compat - add multilib support | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Pielmeier <billie> |
| Component: | [OLD] Library | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | multilib+disabled |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
add multilib support to libtermcap-compat
add multilib support to libtermcap-compat |
||
Created attachment 404724 [details, diff]
add multilib support to libtermcap-compat
Attached is a cleaner patch that does the same function (no need to call multilib-minimal_src_configure when all you have src_configure do is call `tc-export CC`; the ebuild still uses functions from multilib.eclass; bump to EAPI="5").
(In reply to Jonathan Callen from comment #1) would be nice to not copy the sources, but looks fine Completely forgot about this one. I found no way to avoid copying the sources. I guess we can add this changes anyway? Will do so if nobody objects in the next days. |
Created attachment 404674 [details, diff] add multilib support to libtermcap-compat A binary application I use requires a 32bit libtermcap however the libtermcap-compat ebuild has no multilib support. I took a quick look in the multilib eclasses and modified the existing libtermcap-compat ebuild. Can you please take a look at it and eventually add multilib support to the library.