From d81843dbf6fd2edc5ab385288069b02709f8ed74 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Mar 2014 14:05:16 -0500 Subject: pjsip: use patch DSL --- Library/Formula/pjsip.rb | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pjsip.rb b/Library/Formula/pjsip.rb index 9e4348cc3..12698542c 100644 --- a/Library/Formula/pjsip.rb +++ b/Library/Formula/pjsip.rb @@ -5,17 +5,13 @@ class Pjsip < Formula url 'http://www.pjsip.org/release/2.1/pjproject-2.1.tar.bz2' sha1 '244884fb900594104792c431946384e0fedc9560' - def patches - # 1. We aren't cross compiling - # pjsip thinks we are, this is fixed somewhere between - # revision 4305 and 4621. This should be removed when - # this formula is updated to 2.2. - # 2, 3. Clang compatibility - # This is fixed in revision 4588 and should be removed - # when this formula is updated to 2.2. - # http://trac.pjsip.org/repos/ticket/1576 - DATA - end + # 1. We aren't cross compiling + # pjsip thinks we are, this is fixed somewhere between revision 4305 and + # 4621. This should be removed when this formula is updated to 2.2. + # 2, 3. Clang compatibility + # This is fixed in revision 4588 and should be removed when this formula + # is updated to 2.2. http://trac.pjsip.org/repos/ticket/1576 + patch :DATA def install ENV.j1 -- cgit v1.2.3