comparison: bin/setup-neomutt
bin/setup-neomutt
- changeset 715
- e5da1bdb72b6
- parent 713
- 650ca91e3197
equal
deleted
inserted
replaced
18 cd sandbox/neomutt |
18 cd sandbox/neomutt |
19 |
19 |
20 case "$(uname -s)" in |
20 case "$(uname -s)" in |
21 Darwin) |
21 Darwin) |
22 CONFIGURE_OPTIONS='--with-ssl=/opt/local --with-gpgme=/opt/local' |
22 CONFIGURE_OPTIONS='--with-ssl=/opt/local --with-gpgme=/opt/local' |
|
23 export EXTRA_CFLAGS="-iquote $(pwd)" |
23 ;; |
24 ;; |
24 *) |
25 *) |
25 CONFIGURE_OPTIONS='' |
26 CONFIGURE_OPTIONS='' |
26 ;; |
27 ;; |
27 esac |
28 esac |