[113691] trunk/dports/graphics/wxWidgets-3.0/Portfile

mojca at macports.org mojca at macports.org
Fri Nov 22 22:56:42 PST 2013


Revision: 113691
          https://trac.macports.org/changeset/113691
Author:   mojca at macports.org
Date:     2013-11-22 22:56:41 -0800 (Fri, 22 Nov 2013)
Log Message:
-----------
wxWidgets-3.0: off-by-one typo - also apply the patch on 10.6

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-3.0/Portfile

Modified: trunk/dports/graphics/wxWidgets-3.0/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-11-23 05:18:03 UTC (rev 113690)
+++ trunk/dports/graphics/wxWidgets-3.0/Portfile	2013-11-23 06:56:41 UTC (rev 113691)
@@ -75,7 +75,7 @@
 
 patchfiles-append   patch-configure.diff
 
-if {${os.major} > 10} {
+if {${os.major} >= 10} {
     # the patch doesn't work on 10.5, but it's still better to have working wxWidgets with a flaw
     # than not bing able to compile it at all
     patchfiles-append \
@@ -125,7 +125,7 @@
     patchfiles-append       patch-configure295.diff \
                             patch-upstream-src-osx-cocoa-textctrl.mm.diff \
                             patch-upstream-src-osx-cocoa-window.mm.diff
-    if {${os.major} > 10} {
+    if {${os.major} >= 10} {
         patchfiles-delete   patch-src-osx-cocoa-utils.mm.diff
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131122/4ee2d20c/attachment.html>


More information about the macports-changes mailing list