Changeset 118217 for trunk/dports


Ignore:
Timestamp:
Mar 26, 2014, 11:39:28 AM (10 years ago)
Author:
and.damore@…
Message:

port FreeRDP: disable xib Auto Layout on Snow Leopard host system, #40097, nomaintainer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/FreeRDP/Portfile

    r117538 r118217  
    5252            ${worksrcpath}/client/Mac/CMakeLists.txt
    5353    }
     54
     55    if {${os.platform} eq "darwin" && ${os.major} == 10} {
     56        reinplace "s|UseAutolayout\">YES|UseAutolayout\">NO|" \
     57            ${worksrcpath}/client/Mac/PasswordDialog.xib \
     58            ${worksrcpath}/client/Mac/cli/en.lproj/MainMenu.xib \
     59            ${worksrcpath}/client/Mac/cli/MainMenu.xib
     60    }
    5461}
Note: See TracChangeset for help on using the changeset viewer.