[122425] trunk/dports/graphics/makeicns/Portfile

mk at macports.org mk at macports.org
Tue Jul 22 11:57:17 PDT 2014


Revision: 122425
          https://trac.macports.org/changeset/122425
Author:   mk at macports.org
Date:     2014-07-22 11:57:16 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
makeicns: fix build on Yoesemite (closes issue #44400)

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

Modified: trunk/dports/graphics/makeicns/Portfile
===================================================================
--- trunk/dports/graphics/makeicns/Portfile	2014-07-22 18:23:55 UTC (rev 122424)
+++ trunk/dports/graphics/makeicns/Portfile	2014-07-22 18:57:16 UTC (rev 122425)
@@ -30,8 +30,11 @@
 variant universal {
 }
 
-platform darwin 13 {
-    patchfiles      patch-IconFamily.m.diff
+platform darwin {
+    # This patch is only needed from Mavericks on
+    if {${os.major} >= 13} {
+        patchfiles      patch-IconFamily.m.diff
+    }
 }
 
 if {[string match *clang* ${configure.cxx}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/0abf5569/attachment-0001.html>


More information about the macports-changes mailing list