Ticket #43436: dovecot2-dynamic-only.diff
File dovecot2-dynamic-only.diff, 691 bytes (added by neverpanic (Clemens Lang), 11 years ago) |
---|
-
Portfile
53 53 configure.args --sysconfdir=${prefix}/etc \ 54 54 --localstatedir=${prefix}/var \ 55 55 --with-ssl=openssl \ 56 --with-ssldir=${prefix}/etc/ssl 56 --with-ssldir=${prefix}/etc/ssl \ 57 --enable-shared \ 58 --disable-static \ 59 --with-shared-libs 57 60 58 61 # Do not build with kqueue or poll support prior to Darwin 10.7.0 (Mac OS X 10.6) 59 62 if {${os.platform} eq "darwin" && [vercmp ${os.version} 10.7.0] < 0} {