Thanks for pointing this out. Fixed in https://github.com/macports/macports-ports/commit/e2e1dc15ef4a620c71cfb41290b492540163b8ff#diff-e5a8d1cf5b9a0eebaf9e2ad93a9867b9
-Marcus On Sun, Oct 1, 2017 at 10:40 AM, Ryan Schmidt <[email protected]> wrote: > > 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 <[email protected]> >> 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. > > >
