aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-09-05 03:06:23 -0500
committerJack Nagel2011-09-05 03:15:47 -0500
commit7c5adac3cab9443621d19e79f5e0e742b62042a9 (patch)
tree5d205d316a05963fd329cf554de1fcc566e67847 /Library/Formula
parent0f878c45dd60df980a41259b419a5aaf74c0df92 (diff)
downloadhomebrew-7c5adac3cab9443621d19e79f5e0e742b62042a9.tar.bz2
strklos: use external bdw-gc
This adds 'bdw-gc' as a dependency and fixes compilation on systems where ucontext is deprecated. We could just duplicate the fix here, but listing it as a dependency instead also avoids a symlink race for the bdw-gc libraries. Should fix #7423, for real this time. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/stklos.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/stklos.rb b/Library/Formula/stklos.rb
index de03b1c8d..dac7afe99 100644
--- a/Library/Formula/stklos.rb
+++ b/Library/Formula/stklos.rb
@@ -7,6 +7,7 @@ class Stklos < Formula
depends_on 'gmp'
depends_on 'pcre'
+ depends_on 'bdw-gc'
# it fails with LLVM while building its internal bdw-gc,
# for the same reason as bdw-gc itself.