[93739] trunk/dports/x11/xscreensaver/Portfile
Jeremy Huddleston Sequoia
jeremyhu at macports.org
Sun Jan 27 22:31:48 PST 2013
On May 29, 2012, at 2:01 AM, mww at macports.org wrote:
> Revision: 93739
> https://trac.macports.org/changeset/93739
> Author: mww at macports.org
> 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
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes
More information about the macports-dev
mailing list