1 | *** imap-uw/Portfile.orig Sat Sep 26 16:46:57 2009 |
---|
2 | --- imap-uw/Portfile Sat Sep 26 16:15:47 2009 |
---|
3 | *************** |
---|
4 | *** 26,31 **** |
---|
5 | --- 26,32 ---- |
---|
6 | rmd160 7d6af203419975f763d7ec17b6a4544c94490b50 |
---|
7 | |
---|
8 | use_configure no |
---|
9 | + use_parallel_build no |
---|
10 | |
---|
11 | build.target oxp |
---|
12 | # Enable IPv6 support |
---|
13 | *************** |
---|
14 | *** 51,57 **** |
---|
15 | variant ssl_pam description { enable SSL with PAM support } { |
---|
16 | depends_lib lib:libssl.0.9:openssl |
---|
17 | |
---|
18 | ! patchfiles patch-Makefile.diff |
---|
19 | build.target oxp |
---|
20 | build.args-append SSLTYPE=unix |
---|
21 | |
---|
22 | --- 52,59 ---- |
---|
23 | variant ssl_pam description { enable SSL with PAM support } { |
---|
24 | depends_lib lib:libssl.0.9:openssl |
---|
25 | |
---|
26 | ! patchfiles patch-Makefile.diff \ |
---|
27 | ! patch-src-osdep-unix-ckp_pam.c.diff |
---|
28 | build.target oxp |
---|
29 | build.args-append SSLTYPE=unix |
---|
30 | |
---|