Ticket #877: postfix_pcre.diff
File postfix_pcre.diff, 663 bytes (added by robert@…, 21 years ago) |
---|
-
Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/mail/postfix/Portfile,v retrieving revision 1.14 diff -u -w -r1.14 Portfile
28 28 patch-proxymap.8 patch-sample-misc.cf patch-sendmail.1 \ 29 29 patch-virtual.5 30 30 31 build.env CCARGS=-DNO_PCRE 32 default_variants +pcre 33 variant pcre { 34 depends_lib-append lib:libpcre:pcre 35 build.env-delete CCARGS=-DNO_PCRE 36 } 37 31 38 configure { 32 39 cd ${worksrcpath} 33 40 reinplace "s|__PREFIX|${prefix}|g" src/util/sys_defs.h