gettext: remove patch

This patch only disables building examples, which probably wasn't a huge
deal to begin with and matters even less now that we have bottles.

Closes Homebrew/homebrew#25991.
master
Jack Nagel 2014-01-17 10:22:29 -06:00
parent 6f7caf5972
commit bbc85cfb94
1 changed files with 0 additions and 9 deletions

View File

@ -9,15 +9,6 @@ class Gettext < Formula
keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path."
option :universal
option 'with-examples', 'Keep example files'
def patches
unless build.include? 'with-examples'
# Use a MacPorts patch to disable building examples at all,
# rather than build them and remove them afterwards.
{:p0 => ['https://trac.macports.org/export/102008/trunk/dports/devel/gettext/files/patch-gettext-tools-Makefile.in']}
end
end
def install
ENV.libxml2