[macports-ports] 03/04: gcc7: use configure.args-replace
Ryan Schmidt
ryandesign at macports.org
Sun Oct 1 17:40:59 UTC 2017
On Oct 1, 2017, at 12:19, Marcus Calhoun-Lopez wrote:
> Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/51bf940169da452ac1563e76ec27318509a6ea37
>
> commit 51bf940169da452ac1563e76ec27318509a6ea37
>
> Author: Marcus Calhoun-Lopez <mcalhoun at macports.org>
> AuthorDate: Sun Oct 1 07:44:52 2017 -0700
>
>
> gcc7: use configure.args-replace
> - configure.args-delete --libdir=${prefix}/lib/${name}
> - configure.args-append --libdir=${prefix}/lib/libgcc
> + configure.args-replace \
> + --libdir=${prefix}/lib/${name} \
> + --libdir=${prefix}/lib/libgcc
Please keep sets of ports as similar as possible; this reduces confusion. If you make this change in gcc7, please make the equivalent change in all the other gcc ports as well.
More information about the macports-dev
mailing list