DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

TO-DO: fix default fortran in bsd.gcc.mk #69

Closed jrmarino closed 10 years ago

jrmarino commented 10 years ago

If CC is defined as gcc48, USE_FORTRAN will still try to build gcc46 to use that compiler's fortran. the default version needs to be smarter, to detect the override of CC and try to use that compiler instead.

jrmarino commented 10 years ago

"poor man's ports compiler" prototype, which also fixes this issue, sent to portmgr for consideration.

jrmarino commented 10 years ago

Gerald fixed this on his own this week.