New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13025: minicom-Portfile.patch

File minicom-Portfile.patch, 241 bytes (added by bahamat@…, 4 years ago)

This patches the Portfile for minicom to apply the same patches to "darwin 9" as "darwin 8". This patch will fully resolve this ticket.

  • Portfile

    old new  
    3232platform darwin 8 { 
    3333        patchfiles-append       patch-window.c 
    3434} 
     35 
     36platform darwin 9 { 
     37        patchfiles-append       patch-window.c 
     38}