Changeset 99422


Ignore:
Timestamp:
Nov 5, 2012, 12:48:31 AM (12 years ago)
Author:
jmr@…
Message:

Thunar: apply patch on darwin 10+ rather than just 10 and 11 (#36559, maintainer timeout)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/xfce/Thunar/Portfile

    r92837 r99422  
    3939platform darwin {
    4040        configure.args-append --disable-visibility
     41        if {${os.major} >= 10} {
     42            patchfiles-append patch-configure-snow.diff
     43        }
    4144}
    42 
    43 platform darwin 10 {
    44         patchfiles-append patch-configure-snow.diff
    45 }
    46 platform darwin 11 {
    47         patchfiles-append patch-configure-snow.diff
    48 }
Note: See TracChangeset for help on using the changeset viewer.