On Jun 5, 2010, at 13:23, [email protected] wrote: > Revision: 68537 > http://trac.macports.org/changeset/68537 > Author: [email protected] > Date: 2010-06-05 11:23:18 -0700 (Sat, 05 Jun 2010) > Log Message: > ----------- > pidgin: Use --disable-dependency-tracking to work around a build issue when > perl is +universal > > Maintainer ok'd via email > > Modified Paths: > -------------- > trunk/dports/net/pidgin/Portfile > > Modified: trunk/dports/net/pidgin/Portfile > =================================================================== > --- trunk/dports/net/pidgin/Portfile 2010-06-05 18:20:28 UTC (rev 68536) > +++ trunk/dports/net/pidgin/Portfile 2010-06-05 18:23:18 UTC (rev 68537) > @@ -60,7 +60,12 @@ > --with-nspr-includes=${prefix}/include/nspr \ > --with-nspr-libs=${prefix}/lib/nspr \ > --with-nss-includes=${prefix}/include/nss \ > - --with-nss-libs=${prefix}/lib/nss > + --with-nss-libs=${prefix}/lib/nss \ > + --disable-dependency-tracking
Should the same change be made to the finch port? > +# --disable-dependency-tracking was added because a +universal perl will > result in > +# PERL_CFLAGS containing multiple -arch arguments... this is the easiest > workaround I believe this is the bug described here: http://trac.macports.org/ticket/24779 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
