[88407] trunk/dports/lang/gccxml-devel/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Dec 30 21:20:52 PST 2011
On Dec 30, 2011, at 23:19, mmoll at macports.org wrote:
> Revision: 88407
> http://trac.macports.org/changeset/88407
> Author: mmoll at macports.org
> Date: 2011-12-30 21:19:34 -0800 (Fri, 30 Dec 2011)
> Log Message:
> -----------
> lang/gccxml-devel: doesn't compile with clang, so switch to llvm-gcc-4.2
>
> Modified Paths:
> --------------
> trunk/dports/lang/gccxml-devel/Portfile
>
> Modified: trunk/dports/lang/gccxml-devel/Portfile
> ===================================================================
> --- trunk/dports/lang/gccxml-devel/Portfile 2011-12-31 03:24:24 UTC (rev 88406)
> +++ trunk/dports/lang/gccxml-devel/Portfile 2011-12-31 05:19:34 UTC (rev 88407)
> @@ -20,5 +20,8 @@
> cvs.date 2010-10-14
> cvs.module gccxml
> worksrcdir gccxml
> -
> +checksum {}
> universal_variant no
> +if {${configure.compiler} == "clang"} {
> + configure.compiler llvm-gcc-4.2
> + }
But you shouldn't disable the checksum phase.
More information about the macports-dev
mailing list