On Feb 28, 2018, at 14:15, Michael Dickens wrote: > Michael Dickens (michaelld) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/1c1ac943702a9978c9201f356d7095bd30c0e383 > > The following commit(s) were added to refs/heads/master by this push: > > new 1c1ac94 qt4-mac: fix typo > > 1c1ac94 is described below > > > commit 1c1ac943702a9978c9201f356d7095bd30c0e383 > > Author: Michael Dickens > AuthorDate: Wed Feb 28 15:15:21 2018 -0500 > > > qt4-mac: fix typo > > --- > aqua/qt4-mac/Portfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/aqua/qt4-mac/Portfile b/aqua/qt4-mac/Portfile > index 3f71c91..f72549f 100644 > --- a/aqua/qt4-mac/Portfile > +++ b/aqua/qt4-mac/Portfile > @@ -342,7 +342,7 @@ if {${SDK} eq ""} { > post-patch { > # set ARCHES in configure (per the third patchfile above), for > # building QMake. join any 2 or more arch entries with the GCC > - # arch flag (join does not affect a single entry). first "-arch" > + # arch flag (join does not effect a single entry). first "-arch" > # is already in place in the 'configure' script (since there has > # to be at least 1 arch).
Actually it was correct before. :) I had previously fixed this typo: https://github.com/macports/macports-ports/commit/ff90bcc0d6678ede80f1fa69a28840b6776d7d8c
