[133681] trunk/dports/graphics/lensfun/Portfile

David Evans devans at macports.org
Sun Mar 8 12:59:24 PDT 2015


On 3/8/15 12:47 PM, jeremyhu at macports.org wrote:
> [133681] trunk/dports/graphics/lensfun/Portfile
>
> Revision
>     133681 <https://trac.macports.org/changeset/133681>
> Author
>     jeremyhu at macports.org
> Date
>     2015-03-08 12:47:27 -0700 (Sun, 08 Mar 2015)
>
>
>       Log Message
>
> lensfun: Fix build failure on Snow Leopard
>
>
>       Modified Paths
>
>   * trunk/dports/graphics/lensfun/Portfile
>     <#trunkdportsgraphicslensfunPortfile>
>
>
>       Diff
>
>
>         Modified: trunk/dports/graphics/lensfun/Portfile (133680 =>
>         133681)
>
>
> --- trunk/dports/graphics/lensfun/Portfile	2015-03-08 19:43:24 UTC (rev 133680)
> +++ trunk/dports/graphics/lensfun/Portfile	2015-03-08 19:47:27 UTC (rev 133681)
> @@ -3,6 +3,7 @@
>   
>   PortSystem          1.0
>   PortGroup           cmake 1.0
> +PortGroup           compiler_blacklist_versions 1.0
>   
>   name                lensfun
>   epoch               1
> @@ -26,6 +27,10 @@
>   checksums           rmd160  dc39f4708b2632ed6795052d368f3ad847c6704f \
>                       sha256  c2c3c03873cb549d49d42f118fcb0ffa95d1e45b9ff395e19facb63bf699bec1
>   
> +# With 0.3.0 and gcc-4.2:
> +#    #error "I don't know how to change symbol visibility for your compiler"
> +compiler.blacklist-append *gcc* {clang < 100}
> +
>   depends_build-append \
>                       port:pkgconfig
>   
>
>
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes
Jeremy --

Thanks for the SL fixes for this and the babl family.

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20150308/36fc7c91/attachment.html>


More information about the macports-dev mailing list