Ticket #26064: ncftp_Portfile.diff
File ncftp_Portfile.diff, 504 bytes (added by michaelld (Michael Dickens), 14 years ago) |
---|
-
Portfile
33 33 34 34 depends_lib port:ncurses 35 35 36 post-patch { 37 # fix 'getdomainname' for 64-bit arches to not use 38 # 'gethostname_size_t' but rather just 'int'. 39 reinplace "/getdomainname/s@gethostname_size_t@int@g" \ 40 ${worksrcpath}/sio/DNSUtil.c 41 } 42 36 43 configure.args --disable-universal --disable-precomp 37 44 38 45 livecheck.type regex