Thu, 21 Dec 2017 20:00:36 -0500
cleanup
bin/setup-neomutt | file | annotate | diff | comparison | revisions |
--- a/bin/setup-neomutt +++ b/bin/setup-neomutt @@ -17,15 +17,13 @@ fi cd sandbox/neomutt -PLATFORM="$(uname -s)" -CONFIGURE_OPTIONS='' -HCACHE="tokyocabinet" - -case "$PLATFORM" in +case "$(uname -s)" in Darwin) - # Use macports' headers CONFIGURE_OPTIONS='--with-ssl=/opt/local --with-gpgme=/opt/local' ;; + *) + CONFIGURE_OPTIONS='' + ;; esac autoreconf -i --force || true