[86684] trunk/dports/lang/hugs98/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Oct 31 18:44:57 PDT 2011
On Oct 31, 2011, at 20:39, mww at macports.org wrote:
> Revision: 86684
> http://trac.macports.org/changeset/86684
> Author: mww at macports.org
> Date: 2011-10-31 18:39:35 -0700 (Mon, 31 Oct 2011)
> Log Message:
> -----------
> hugs98: fix build on lion
>
> Modified Paths:
> --------------
> trunk/dports/lang/hugs98/Portfile
>
> Modified: trunk/dports/lang/hugs98/Portfile
> ===================================================================
> --- trunk/dports/lang/hugs98/Portfile 2011-11-01 01:36:13 UTC (rev 86683)
> +++ trunk/dports/lang/hugs98/Portfile 2011-11-01 01:39:35 UTC (rev 86684)
> @@ -33,6 +33,10 @@
> patchfiles-append patch-libraries-tools-make-bootlib.diff
> }
>
> +platform darwin 11 {
> + configure.compiler llvm-gcc-4.2
> +}
The verbiage we actually want to use in this situation is described here:
https://trac.macports.org/wiki/PortfileRecipes#compiler
More information about the macports-dev
mailing list