[121124] trunk/dports/www/FileZilla/Portfile

mojca at macports.org mojca at macports.org
Wed Jun 18 00:40:02 PDT 2014


Revision: 121124
          https://trac.macports.org/changeset/121124
Author:   mojca at macports.org
Date:     2014-06-18 00:40:02 -0700 (Wed, 18 Jun 2014)
Log Message:
-----------
FileZilla: try to use a newer clang compiler on 10.6

Modified Paths:
--------------
    trunk/dports/www/FileZilla/Portfile

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2014-06-18 07:23:37 UTC (rev 121123)
+++ trunk/dports/www/FileZilla/Portfile	2014-06-18 07:40:02 UTC (rev 121124)
@@ -68,6 +68,12 @@
 #    copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
 #}
 
+# gcc 4.2 doesn't suffice to build FileZilla on 10.6 and earlier
+# newer gcc compilers should also work
+if {${os.major} <= 10} {
+    compiler.whitelist macports-clang-3.4 macports-clang-3.3 macports-clang-3.5
+}
+
 variant wxgtk30 conflicts wxwidgets30 description {Use wxWidgets 3.0 with GTK} {
     wxWidgets.use           wxGTK-3.0
     depends_lib-append      port:${wxWidgets.port}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140618/d097cb28/attachment.html>


More information about the macports-changes mailing list