aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-06-10 15:42:50 -0500
committerJack Nagel2012-06-10 15:42:50 -0500
commit96caeae83447b2c9b5a20f3412f1e6bc645b9c15 (patch)
tree95779bc3475ef4a3fa162a4a481e1b843dc30ddc /Library
parent3c240bac28b3c8cdad09ef26ad9049775551d42d (diff)
downloadhomebrew-96caeae83447b2c9b5a20f3412f1e6bc645b9c15.tar.bz2
emacs: remove cruft
- Now that 24.1 is the stable release, everything builds with clang. - Clean up patches method a bit Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb14
1 files changed, 1 insertions, 13 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index c2e72e3ab..022768120 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -21,14 +21,6 @@ class Emacs < Formula
cause "Duplicate symbol errors while linking."
end
- fails_with :clang do
- build 318
- cause <<-EOS.undent
- Non-void functions should return values.
- http://lists.gnu.org/archive/html/emacs-devel/2010-11/msg00133.html
- EOS
- end unless ARGV.build_head?
-
def options
[
["--cocoa", "Build a Cocoa version of emacs"],
@@ -39,14 +31,10 @@ class Emacs < Formula
end
def patches
- p = []
-
if ARGV.include? "--cocoa"
# Fullscreen patch, works against 23.3 and HEAD.
- p << "https://raw.github.com/gist/1746342/702dfe9e2dd79fddd536aa90d561efdeec2ba716"
+ "https://raw.github.com/gist/1746342/702dfe9e2dd79fddd536aa90d561efdeec2ba716"
end
-
- return p
end
def install