diff options
| author | Jack Nagel | 2014-01-17 10:22:29 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-01-17 10:22:29 -0600 |
| commit | 6599cce07d7dffc35137e23a6df298c1b1e7070e (patch) | |
| tree | 7428a871c3f1569db82f1aae1b7e687d548428d9 /Library/Formula | |
| parent | cc44881130f917753d1f78a21096ba857f12e57e (diff) | |
| download | homebrew-6599cce07d7dffc35137e23a6df298c1b1e7070e.tar.bz2 | |
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.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
