Opened 9 years ago
Closed 6 years ago
#48487 closed defect (fixed)
freetype@2.6: exported macro TYPEOF interferes with other applications (fixed in git)
Reported by: | dtakahashi@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | freetype |
Description
The ftconfig.h of freetype 2.6 introduces a macro TYPEOF() that breaks building some applications by shadowing the existing definition (I noticed the issue when it prevents an R package rgl from building).
The issue had been reported (bug report) and fixed by renaming TYPEOF() macro (git commit).
Could you backport the patch to the freetype port?
Change History (2)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was apparently fixed in 2.7.
Note: See
TracTickets for help on using
tickets.
Yes! Thank you for reporting this.