[122144] trunk/dports/graphics/libcdr/Portfile

devans at macports.org devans at macports.org
Tue Jul 15 15:09:28 PDT 2014


Revision: 122144
          https://trac.macports.org/changeset/122144
Author:   devans at macports.org
Date:     2014-07-15 15:09:28 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
libcdr: use -Wno-long-long on SL too (#43487).

Modified Paths:
--------------
    trunk/dports/graphics/libcdr/Portfile

Modified: trunk/dports/graphics/libcdr/Portfile
===================================================================
--- trunk/dports/graphics/libcdr/Portfile	2014-07-15 21:22:01 UTC (rev 122143)
+++ trunk/dports/graphics/libcdr/Portfile	2014-07-15 22:09:28 UTC (rev 122144)
@@ -34,9 +34,9 @@
                 port:lcms2 \
                 port:zlib
 
-# build fix for darwin 9 and earlier (#43487)
+# build fix for darwin 10 and earlier (#43487)
 
-if {${os.platform} eq "darwin" && ${os.major} < 10} {
+if {${os.platform} eq "darwin" && ${os.major} < 11} {
     configure.cxxflags-append -Wno-long-long
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140715/277196d1/attachment.html>


More information about the macports-changes mailing list