Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
clucene: extend patch to 10.10.
Browse files Browse the repository at this point in the history
Edits the existing patch to extend it to 10.10. The original issue
creator said the 10.9 patch worked for 10.10, so this just extends it
out without any further modification.

Closes #30774.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
Dominyk Tiller authored and MikeMcQuaid committed Jul 9, 2014
1 parent 3c6d56a commit 84492d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/clucene.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class Clucene < Formula
url "https://downloads.sourceforge.net/project/clucene/clucene-core-stable/0.9.21b/clucene-core-0.9.21b.tar.bz2"
sha1 "8bc505b64f82723c2dc901036cb0607500870973"

# Fix libpthread dependencies in OS X 10.9
# Fix libpthread dependencies in OS X 10.9 & 10.10
# Based on MacPorts patches: http://trac.macports.org/ticket/40899
# Reported upstream: http://sourceforge.net/p/clucene/bugs/219/
if MacOS.version == :mavericks
if MacOS.version >= :mavericks
patch :p0 do
url "https://gist.githubusercontent.com/tlvince/7934499/raw/d0859996dbda8f4cf643d091ae6b491f0a64da59/CLucene-LuceneThreads.h.diff"
sha1 "59e672e70d053d79d5b19c422945299ba66f2562"
Expand Down

0 comments on commit 84492d7

Please sign in to comment.