Ticket #2070 (closed defect: duplicate)
freetype won't build on 7.2.1 x86
| Reported by: | brian.bechtel@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
port install freetype +puredarwin fails on OD 7.2.1 x86 because the configure file uses "-pedantic -ansi" without specifying "-std=c99". libkern/i386/OSByteOrder.h defines OS_INLINE as "static inline" which only makes sense in c99.
My fix is to add the following to the portfile
| g" ${worksrcpath}/builds/unix/configure } |
Change History
Note: See
TracTickets for help on using
tickets.


* This bug has been marked as a duplicate of 1653 *