Ticket #13025: minicom-Portfile.patch

File minicom-Portfile.patch, 241 bytes (added by bahamat@…, 16 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}