Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92018 - sys-libs/ncurses-5.4 - libdir should be set to /usr/lib for Darwin/OS X in do_compile()
Summary: sys-libs/ncurses-5.4 - libdir should be set to /usr/lib for Darwin/OS X in do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 09:11 UTC by Kito (RETIRED)
Modified: 2005-05-09 18:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kito (RETIRED) gentoo-dev 2005-05-09 09:11:59 UTC
Silly silly darwin does not use /lib, please add conditional to set --libdir=/usr/$(get_libdir) in do_compile() for all Darwin systems. Probably best to set it for all USERLAND=Darwin systems as opposed to just ppc-macos.

Thanks!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-05-09 18:01:13 UTC
ncurses-5.4.20050319 now supports this