#17735 closed defect (fixed)
cairo: --enable-freetype configure option gone
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | cairo, cairo-devel |
Description
Configuring cairo 1.8.6 I see this message:
configure: WARNING: unrecognized options: --enable-freetype
That option used to be valid (e.g. it is still valid in cairo-devel 1.7.6).
I've asked the cairo mailing list why this option was removed.
Change History (2)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
--enable-freetype
was renamed to --enable-ft. In r44185 I fixed the cairo port and made a note to fix the cairo-devel port later. No revision bump necessary because freetype is actually enabled by default; having the configure option there is just a reminder.