aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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