aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authortesseract20482014-01-23 09:01:55 +0800
committerJack Nagel2014-01-28 13:59:44 -0600
commitb6bafbc3149b5990bf452dfce6bacf6c47cc27ce (patch)
tree1235325df16c20af0bf92e0fa8c45d8b2ef3dd29 /Library
parentae044db7b492a0b2a49bcb5d75ad9c6cc0bc5547 (diff)
downloadhomebrew-b6bafbc3149b5990bf452dfce6bacf6c47cc27ce.tar.bz2
guile: specify path to libgmp
Closes #26111. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/guile.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb
index 0b474ead4..92cfc2cbd 100644
--- a/Library/Formula/guile.rb
+++ b/Library/Formula/guile.rb
@@ -43,7 +43,8 @@ class Guile < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-libreadline-prefix=#{Formula.factory('readline').prefix}"
+ "--with-libreadline-prefix=#{Formula.factory('readline').prefix}",
+ "--with-libgmp-prefix=#{Formula.factory('gmp').prefix}"
system "make install"
# A really messed up workaround required on OS X --mkhl