aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-16 08:45:14 -0700
committerAdam Vandenberg2013-05-16 08:45:14 -0700
commit90673bf50abd465f9e1f1a17f79b4e4a3e87467c (patch)
tree42359ab79788a3bec29933bcac3c31d88e141ccc
parent98f7a486ef7aa3c87e4fe98af38fdb0df0a71d03 (diff)
downloadhomebrew-90673bf50abd465f9e1f1a17f79b4e4a3e87467c.tar.bz2
thift: don't copy x11 m4 file
Closes #19650.
-rw-r--r--Library/Formula/thrift.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index c1bc69040..8165795ba 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -21,11 +21,6 @@ class Thrift < Formula
end
def install
- # No reason for this step is known. On Lion at least the pkg.m4 doesn't
- # even exist. Turns out that it isn't needed on Lion either. Possibly it
- # isn't needed anymore at all but I can't test that.
- cp "#{MacOS::X11.share}/aclocal/pkg.m4", "aclocal" if MacOS.version < :lion
-
system "./bootstrap.sh" if build.head?
exclusions = ["--without-python", "--without-ruby"]