diff options
| author | Colin Hebert | 2011-09-12 19:33:28 +0200 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-13 12:04:22 -0700 |
| commit | 877136e679078541cca001ca1e543f8c15fcaa1b (patch) | |
| tree | 2789bf586b4913ef4d0eee780c55b833dbb2ff53 /Library/Formula | |
| parent | 24cf2dcb1296c0ae5859f351a2a251ecc8fa1005 (diff) | |
| download | homebrew-877136e679078541cca001ca1e543f8c15fcaa1b.tar.bz2 | |
Emacs: Works with LLVM >= 2335
Closes #7584.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index b0ebaae99..d909cbff7 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -5,6 +5,8 @@ class Emacs < Formula md5 'f2cf8dc6f28f8ae59bc695b4ddda339c' homepage 'http://www.gnu.org/software/emacs/' + fails_with_llvm "Duplicate symbol errors while linking.", :build => 2334 + # Stripping on Xcode 4 causes malformed object errors skip_clean ["bin/emacs", "bin/emacs-23.3", "bin/emacs-24.0.50"] @@ -44,8 +46,6 @@ class Emacs < Formula return p end - fails_with_llvm "Duplicate symbol errors while linking." - def install args = ["--prefix=#{prefix}", "--without-dbus", |
