Opened 5 years ago
Last modified 5 years ago
#59711 assigned defect
gpscorrelate @2.0: needs to use the right compiler, cflags, cxxflags, ldflags
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | sikmir (Nikolay Korotkiy) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | gpscorrelate |
Description
gpscorrelate isn't UsingTheRightCompiler, cflags, cxxflags, or ldflags. As a result, it doesn't build on 10.6-10.8 with libc++, since it isn't using the -stdlib=...
flag MacPorts put in cxxflags. The Portfile currently hardcodes -O2
, which is not MacPorts' default optimization flag (which MacPorts puts in cflags and cxxflags).
Change History (1)
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from asikmir default > to sikmir |
---|
Note: See
TracTickets for help on using
tickets.