[102707] trunk/dports/graphics
Ryan Schmidt
ryandesign at macports.org
Thu Feb 7 10:23:39 PST 2013
On Feb 7, 2013, at 07:32, g5pw at macports.org wrote:
> Revision: 102707
> https://trac.macports.org/changeset/102707
> Author: g5pw at macports.org
> Date: 2013-02-07 05:32:37 -0800 (Thu, 07 Feb 2013)
> Log Message:
> -----------
> graphics/tiv:
> new port, Terminal Image Viewer
>
> Added Paths:
> -----------
> trunk/dports/graphics/tiv/
> trunk/dports/graphics/tiv/Portfile
> +use_configure no
> +
> +pre-build {
> + build.args CC=${configure.cc} \
> + CXX=${configure.cxx}
> +}
FYI this doesn't need to be in a pre-build block, since these variables aren't being affected by variants elsewhere in the port.
But you should use [get_canonical_archflags]. And you might be able to set a universal variant before that.
More information about the macports-dev
mailing list