Modified: trunk/dports/graphics/wxWidgets-2.8/Portfile (110394 => 110395)
--- 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}
}
post-destroot {