[98053] trunk/dports/x11
Ryan Schmidt
ryandesign at macports.org
Sun Sep 23 23:40:41 PDT 2012
On Sep 24, 2012, at 00:39, jeremyhu at macports.org wrote:
> Revision: 98053
> http://trac.macports.org//changeset/98053
> Author: jeremyhu at macports.org
> Date: 2012-09-23 22:39:18 -0700 (Sun, 23 Sep 2012)
> Log Message:
> -----------
> wine*: Use compiler whitelisting from base
>
> Modified Paths:
> --------------
> trunk/dports/x11/wine/Portfile
> trunk/dports/x11/wine-crossover/Portfile
> trunk/dports/x11/wine-devel/Portfile
> -if {${configure.compiler} == "llvm-gcc-4.2"} {
> - configure.compiler gcc-4.2
> -} elseif {${configure.compiler} == "clang"} {
> - depends_build-append port:apple-gcc42
> - depends_skip_archcheck-append apple-gcc42
> - configure.compiler apple-gcc-4.2
> -}
> +compiler.whitelist gcc-4.2 apple-gcc-4.2
This doesn't work because it doesn't add port:apple-gcc42 to depends_build.
More information about the macports-dev
mailing list