[97564] trunk/dports/graphics/gimp-gap
Ryan Schmidt
ryandesign at macports.org
Sun Sep 9 04:01:32 PDT 2012
On Sep 9, 2012, at 05:44, devans at macports.org wrote:
> Revision: 97564
> https://trac.macports.org/changeset/97564
> Author: devans at macports.org
> Date: 2012-09-09 03:44:06 -0700 (Sun, 09 Sep 2012)
> Log Message:
> -----------
> gimp-gap: apply patch to allow use of ccache (#35556), don't use clang.
> @@ -70,6 +70,10 @@
>
> depends_run path:bin/mplayer:MPlayer
>
> +if {${configure.compiler} == "clang"} {
> + configure.compiler llvm-gcc-4.2
> +}
> +
FYI, it's simpler to just write:
compiler.blacklist clang
More information about the macports-dev
mailing list