[MacPorts] #54108: I cannot build g95
MacPorts
noreply at macports.org
Fri May 19 12:26:00 UTC 2017
#54108: I cannot build g95
------------------------+----------------------
Reporter: manulcaux | Owner: tenomoto
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: g95 |
------------------------+----------------------
Comment (by JohnPritchard):
Ooops, forgot to "code block" the code bits...
The two lines are:
{{{
## Some of the code here is transliterated from the x87 glibc code
## originally written by J.T. Conklin and Ulrich Drepper.
}}}
If one simply encloses these in /* ... */ the problem (appears) to be
solved, i.e.
{{{
/*
## Some of the code here is transliterated from the x87 glibc code
## originally written by J.T. Conklin and Ulrich Drepper.
*/
}}}
I can provide the modified Portfile and the patch file which implements
this fix.
Cheers
John
--
Ticket URL: <https://trac.macports.org/ticket/54108#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list