Opened 14 years ago
Closed 9 years ago
#28424 closed defect (duplicate)
molmol should use ${configure.cc}
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | howarth.at.macports@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | molmol |
Description
molmol doesn't ensure it's UsingTheRightCompiler nor does it respect build_arch. Because the port uses "use_configure no" you must handle these details manually.
Change History (3)
comment:1 Changed 10 years ago by petrrr
Owner: | changed from howarth@… to howarth.at.macports@… |
---|
comment:2 Changed 10 years ago by howarth.at.macports@…
comment:3 Changed 9 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
#34438 (that one was actually the duplicate, but no matter.)
Note: See
TracTickets for help on using
tickets.
Where exactly is this a problem? The compiler used is entirely set by ${worksrcpath}/makedef. The MacPorts documentation for UsingTheRightCompiler only mentions using...
build.args-append CC=${configure.cc} \
however this is already effectively done with...
reinplace "s|@CC@|${configure.cc}|g" ${worksrcpath}/makedef
so this ticket seems invalid.