Ticket #414 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
fix make-3.82 so that it doesn't require libintl as a dependency
| Reported by: | scottmc | Owned by: | scottmc |
|---|---|---|---|
| Priority: | high | Milestone: | Haiku Optional Packages |
| Component: | sys-devel/make | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
make looks for gettext and libintl during configure. Need to patch it so that we can build make and not need to include either gettext or libintl.
Change History
comment:1 in reply to: ↑ description Changed 5 years ago by bonefish
comment:2 Changed 5 years ago by scottmc
- Status changed from new to assigned
looks like it might work with r1058, which is based on Axel's fix the config.h in Haiku's make: http://dev.haiku-os.org/changeset/29882
I need to verify it on a clean system and if ok will add it soon.
comment:3 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from assigned to closed
fixed in r1064.
Note: See
TracTickets for help on using
tickets.

Replying to scottmc:
Often the configure scripts have --without-<foo> options for their optional dependencies. Maybe that's the case here, too?