[MacPorts] #57848: p5.28 subport failures
MacPorts
noreply at macports.org
Fri Jan 4 21:08:00 UTC 2019
#57848: p5.28 subport failures
---------------------+--------------------
Reporter: mojca | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
---------------------+--------------------
Comment (by mojca):
Gnuplot fails because of the following code:
{{{
$common::cflags .= ' -DNO_MEMCPY' unless $Config{d_memcpy};
$common::cflags .= ' -DHAVE_MEMCPY' if $Config{d_memcpy};
}}}
adding `-DNO_MEMCPY` to gnuplot compilation resulting in duplicate
definition of `memcpy`. I'm not yet sure how/where to define that
`d_memcpy`.
--
Ticket URL: <https://trac.macports.org/ticket/57848#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list