thift: don't copy x11 m4 file

Closes Homebrew/homebrew#19650.
This commit is contained in:
Adam Vandenberg 2013-05-16 08:45:14 -07:00
parent 34275eae3f
commit 11675072b0

View file

@ -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"]