New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14203: Portfile.diff

File Portfile.diff, 486 bytes (added by marcuscalhounlopez@…, 4 years ago)
  • Portfile

    old new  
    3030test.target     check 
    3131test.env        DYLD_LIBRARY_PATH=${worksrcpath}/.libs 
    3232 
     33post-patch { 
     34        reinplace "s|for ac_header in uuid.h uuid/uuid.h sys/uuid.h|for ac_header in uuid/uuid.h sys/uuid.h uuid.h|" \ 
     35                ${worksrcpath}/configure 
     36} 
     37 
    3338platform darwin 9 { 
    3439        post-configure { 
    3540                reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h