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

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 8 12:47:27 PDT 2015


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

Modified: trunk/dports/graphics/lensfun/Portfile
===================================================================
--- 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150308/818c30df/attachment.html>


More information about the macports-changes mailing list