On May 29, 2012, at 2:01 AM, [email protected] wrote:
> Revision: 93739 > https://trac.macports.org/changeset/93739 > Author: [email protected] > Date: 2012-05-29 02:01:46 -0700 (Tue, 29 May 2012) > Log Message: > ----------- > xscreensaver: dont use clang Why? Is there a ticker or a radar? If it is a bug that has since been fixed, we should make this conditional. --Jeremy > > Modified Paths: > -------------- > trunk/dports/x11/xscreensaver/Portfile > > Modified: trunk/dports/x11/xscreensaver/Portfile > =================================================================== > --- trunk/dports/x11/xscreensaver/Portfile 2012-05-29 07:50:14 UTC (rev > 93738) > +++ trunk/dports/x11/xscreensaver/Portfile 2012-05-29 09:01:46 UTC (rev > 93739) > @@ -23,6 +23,10 @@ > > depends_lib port:gtk2 port:libglade2 port:xpm port:xorg-libXmu > > +if {${configure.compiler} == "clang"} { > + configure.compiler llvm-gcc-4.2 > +} > + > configure.args --with-gtk --without-motif > configure.ldflags -lintl > > _______________________________________________ > macports-changes mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
