[MacPorts] #50153: MoarVM: upgrade and fix some issues
MacPorts
noreply at macports.org
Wed Dec 28 12:56:40 CET 2016
#50153: MoarVM: upgrade and fix some issues
---------------------+--------------------
Reporter: mojca | Owner: will@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: MoarVM |
---------------------+--------------------
Comment (by mojca):
Relevant lines from `./Configure.pl` where we might need a change:
{{{
#!perl
if ($args{'has-libtommath'}) {
$defaults{-thirdparty}->{tom} = undef;
unshift @{$config{usrlibs}}, 'tommath';
}
else {
$config{cincludes} .= ' ' . $defaults{ccinc} . '3rdparty/libtommath';
$config{install} .= "\t\$(MKPATH)
\$(DESTDIR)\$(PREFIX)/include/libtommath\n"
. "\t\$(CP) 3rdparty/libtommath/*.h
\$(DESTDIR)\$(PREFIX)/include/libtommath\n";
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/50153#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list