Opened 11 years ago
Last modified 11 years ago
#40709 new defect
"-fgnu89-inline" should not be used when building with clang
Reported by: | Serge3leo (Serguei E. Leontiev) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | flac |
Description
This flag causes build error on Xcode 5.0.1 & OS X 10.9 GM seeds
Attachments (3)
Change History (6)
Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Attachment: | autoconf-not-gnu89-131009.patch added |
---|
comment:1 Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Workaround: port edit flac and add lines:
pre-configure { system -W ${worksrcpath} "patch -p0 < /<path to workaround patch>/autoconf-not-gnu89-131009.patch" }
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Could you please refer me to the upstream bug report for this issue? If there isn't one yet, could you please file one?
comment:3 Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Replying to ryandesign@…:
Could you please refer me to the upstream bug report for this issue? If there isn't one yet, could you please file one?
Bug #405
Changed 11 years ago by Serge3leo (Serguei E. Leontiev)
Attachment: | autoconf-not-gnu89-131010.patch added |
---|
Fix workaround patch, because Xcode emulates /usr/bin/gcc with clang
Note: See
TracTickets for help on using
tickets.
Workaround patch