From 6599cce07d7dffc35137e23a6df298c1b1e7070e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 17 Jan 2014 10:22:29 -0600 Subject: 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 #25991. --- Library/Formula/gettext.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 8adf8e356..fd790fc8f 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -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 -- cgit v1.2.3