This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/macim.m b/src/macim.m | |
| index d4444db..515cf25 100644 | |
| --- a/src/macim.m | |
| +++ b/src/macim.m | |
| @@ -100,7 +100,14 @@ DEFUN ("mac-toggle-input-source", Fmac_toggle_input_source, | |
| } | |
| else | |
| { | |
| - NSString *locale = [[NSLocale currentLocale] localeIdentifier]; | |
| + NSString *locale; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Mew < Formula | |
| desc "a mail reader for Emacs" | |
| homepage "http://www.mew.org/" | |
| url "http://www.mew.org/Release/mew-6.8.tar.gz" | |
| version "6.8" | |
| sha256 "cf44c4f9ca704ba1edce7134bc7f38a17361391d5be1090221431a3a06f6bf47" | |
| def install | |
| system "./configure", "--prefix=#{prefix}", "--with-emacs=/usr/bin/emacs" | |
| system "make", "install" # if this fails, try separate make/make install steps |