From 11675072b0f18e227980defded4d0b47c3522871 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 16 May 2013 08:45:14 -0700 Subject: [PATCH] thift: don't copy x11 m4 file Closes Homebrew/homebrew#19650. --- Formula/thrift.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/thrift.rb b/Formula/thrift.rb index c1bc690401..8165795ba4 100644 --- a/Formula/thrift.rb +++ b/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"]