[103165] trunk/dports/devel/fossil
Ryan Schmidt
ryandesign at macports.org
Sun Feb 17 22:08:25 PST 2013
On Feb 16, 2013, at 16:26, ciserlohn at macports.org wrote:
> Revision: 103165
> https://trac.macports.org/changeset/103165
> Author: ciserlohn at macports.org
> Date: 2013-02-16 14:26:55 -0800 (Sat, 16 Feb 2013)
> Log Message:
> -----------
> fossil: update to version 1.25
>
> * add dependency to libiconv and append appropriate ldflag
> * add patch to remove gcc only option when compiling with clang
>
> Modified Paths:
> --------------
> trunk/dports/devel/fossil/Portfile
>
> Added Paths:
> -----------
> trunk/dports/devel/fossil/files/
> trunk/dports/devel/fossil/files/patch-autosetup-cc.tcl_gstab_option_is_gcc_only.diff
> +if {${configure.compiler} == "clang"} {
> + patchfiles-append patch-autosetup-cc.tcl_gstab_option_is_gcc_only.diff
> +}
You should use "[string match "*clang*" ${configure.compiler}]" to also catch MacPorts clang versions.
More information about the macports-dev
mailing list