aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hercules.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-04 20:21:30 -0800
committerAdam Vandenberg2013-12-05 07:37:44 -0800
commit3763c636a22073f18913b0e0f3519293c7c98a33 (patch)
treec21a38f036b869c51a3d07cafbe8f75a57bfdd7b /Library/Formula/hercules.rb
parentcbd03a8eec0aeb99446519ef8d334ab2bf58ff21 (diff)
downloadhomebrew-3763c636a22073f18913b0e0f3519293c7c98a33.tar.bz2
hercules: patch for OS X
Closes #24910.
Diffstat (limited to 'Library/Formula/hercules.rb')
-rw-r--r--Library/Formula/hercules.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/hercules.rb b/Library/Formula/hercules.rb
index 83683007c..7be79ffd6 100644
--- a/Library/Formula/hercules.rb
+++ b/Library/Formula/hercules.rb
@@ -13,6 +13,7 @@ class Hercules < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-optimization=no"
+ inreplace "hscutl.c", "SOL_TCP", "IPPROTO_TCP"
system "make"
system "make install"
end