New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80118


Ignore:
Timestamp:
07/04/11 11:38:30 (4 years ago)
Author:
jeremyhu@…
Message:

ispell: Fix building in SUSv4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/ispell/Portfile

    r51107 r80118  
    1818depends_lib     port:ncurses 
    1919 
     20post-patch { 
     21            # ispell's getline is not the POSIX getline 
     22            reinplace "s|getline|_ispell_getline|g" ${worksrcpath}/correct.c 
     23} 
     24 
    2025configure { 
    2126            xinstall -c -m 0744 -W ${worksrcpath} local.h.macos local.h 
Note: See TracChangeset for help on using the changeset viewer.