aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-15 13:19:39 -0800
committerAdam Vandenberg2013-12-15 13:19:39 -0800
commita9e082b72e9c8edb49dddbefb6880f841cff4b62 (patch)
treee8e999d1f9c79bee0c15589348eabb7ea7301bef /Library
parentd6e9309a46738ac8cc9270927f562e5af088594e (diff)
downloadhomebrew-a9e082b72e9c8edb49dddbefb6880f841cff4b62.tar.bz2
cln: patch for clang
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cln.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/cln.rb b/Library/Formula/cln.rb
index 0d476c68e..09485db8f 100644
--- a/Library/Formula/cln.rb
+++ b/Library/Formula/cln.rb
@@ -5,7 +5,12 @@ class Cln < Formula
url 'http://www.ginac.de/CLN/cln-1.3.3.tar.bz2'
sha1 '11c56780eb83ed54f2ad1ecef7f0dc0f609c426d'
- depends_on "gmp"
+ depends_on 'gmp'
+
+ # Patch for Clang from MacPorts
+ def patches
+ "https://trac.macports.org/export/114806/trunk/dports/math/cln/files/patch-clang.diff"
+ end
def install
system "./configure", "--prefix=#{prefix}",