14 git -C sandbox/neomutt pull |
14 git -C sandbox/neomutt pull |
15 fi |
15 fi |
16 |
16 |
17 cd sandbox/neomutt |
17 cd sandbox/neomutt |
18 |
18 |
19 ./prepare \ |
19 case "$OSTYPE" in |
|
20 darwin*) |
|
21 # Use macports' headers |
|
22 OPENSSL_PREFIX=/opt/local |
|
23 ;; |
|
24 esac |
|
25 |
|
26 ./prepare -q \ |
20 --with-homespool=/var/spool/mail \ |
27 --with-homespool=/var/spool/mail \ |
21 --enable-quick-build \ |
28 --with-ssl${OPENSSL_PREFIX:+=$OPENSSL_PREFIX} \ |
22 --with-ssl --with-sasl \ |
29 --with-sasl \ |
23 --enable-hcache \ |
30 --enable-hcache \ |
24 --enable-imap --enable-smtp \ |
31 --enable-imap --enable-smtp \ |
25 --with-regex \ |
32 --with-regex |
26 >/dev/null |
|
27 |
33 |
28 make -s -j3 |
34 make -s -j3 |
29 |
35 |
30 cd ~/bin |
36 cd ~/bin |
31 for BIN in mutt mutt_dotlock pgpewrap; do |
37 for BIN in mutt mutt_dotlock pgpewrap; do |