aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-13 11:44:18 -0700
committerAdam Vandenberg2014-05-13 11:49:02 -0700
commitfa7620ea8413e885e6bc2745cfc391f8ed18671b (patch)
treecc853e4329290eb694942d23334e3c7ec7d59c70
parentaf79ccf975fe4f62aa6bc38db7de655a20100e2a (diff)
downloadhomebrew-fa7620ea8413e885e6bc2745cfc391f8ed18671b.tar.bz2
bitlbee: apply debian otr4 patch
-rw-r--r--Library/Formula/bitlbee.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb
index 376f6ebf8..82d7f8b9e 100644
--- a/Library/Formula/bitlbee.rb
+++ b/Library/Formula/bitlbee.rb
@@ -16,6 +16,14 @@ class Bitlbee < Formula
depends_on 'finch' => :optional
depends_on 'libotr' => :optional
+ if build.with? "libotr"
+ # Head versions of bitlbee support otr4, but there is no release yet.
+ patch do
+ url "http://patch-tracker.debian.org/patch/nondebian/dl/bitlbee/3.2.1+otr4-1"
+ sha1 "04d0f58faa58d1702994e84a3d8177451b0d1ad8"
+ end
+ end
+
def install
args = ["--prefix=#{prefix}",
"--debug=0",