Ticket #697 (closed defect: invalid)
Opened 2 years ago
Last modified 2 years ago
zlib missing dependency
| Reported by: | nicholas | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | sys-libs/zlib | Version: | |
| Severity: | normal | Keywords: | zlib cmake |
| Cc: |
Description
zlib-1.2.7 requires cmake to install but it is not listed in it's dependencies.
This patch fixes that.
Attachments
Change History
Changed 2 years ago by nicholas
- attachment zlib-1.2.7.bep added
comment:1 Changed 2 years ago by cian
comment:2 Changed 2 years ago by scottmc
- Resolution set to invalid
- Status changed from new to closed
cmake is now detected by haikuporter, so if a port uses cmake to build and you don't have it installed it will ask to install it.
Note: See
TracTickets for help on using
tickets.

Didn't notice this, I've since committed mostly the same thing as I ran in to it myself.