[110395] trunk/dports/graphics/wxWidgets-2.8/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Aug 30 13:56:59 PDT 2013
On Aug 30, 2013, at 15:55, mojca at macports.org wrote:
> Revision: 110395
> https://trac.macports.org/changeset/110395
> Author: mojca at macports.org
> Date: 2013-08-30 13:55:45 -0700 (Fri, 30 Aug 2013)
> Log Message:
> -----------
> wxWidgets 2.8: remove -arch flags from 'wx-config --libs' (#40290)
>
> Modified Paths:
> --------------
> trunk/dports/graphics/wxWidgets-2.8/Portfile
>
> Modified: trunk/dports/graphics/wxWidgets-2.8/Portfile
> ===================================================================
> --- trunk/dports/graphics/wxWidgets-2.8/Portfile 2013-08-30 20:51:12 UTC (rev 110394)
> +++ trunk/dports/graphics/wxWidgets-2.8/Portfile 2013-08-30 20:55:45 UTC (rev 110395)
> @@ -139,6 +139,8 @@
> foreach c { ${contrib} } {
> system -W ${build.dir} "make -C contrib/src/${c}"
> }
> + # remove -arch flags from `wx-config --libs`
> + reinplace -E {s|-arch [a-z0-9_]+||g} lib/wx/config/${wxtype}-unicode-${installtype}-${branch}
> }
Since this presumably changes what's installed, the revision should be increased.
More information about the macports-dev
mailing list