Opened 20 years ago

Closed 19 years ago

#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

pre-configure { reinplace "spedantic -ansi
g" ${worksrcpath}/builds/unix/configure }

Change History (1)

comment:1 Changed 19 years ago by mww@…

op_sys: All
rep_platform: All
Resolution: duplicate
Status: newclosed

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

Note: See TracTickets for help on using tickets.