diff options
| author | Adam Vandenberg | 2013-12-04 20:21:30 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 07:37:44 -0800 |
| commit | 3763c636a22073f18913b0e0f3519293c7c98a33 (patch) | |
| tree | c21a38f036b869c51a3d07cafbe8f75a57bfdd7b /Library/Formula/hercules.rb | |
| parent | cbd03a8eec0aeb99446519ef8d334ab2bf58ff21 (diff) | |
| download | homebrew-3763c636a22073f18913b0e0f3519293c7c98a33.tar.bz2 | |
hercules: patch for OS X
Closes #24910.
Diffstat (limited to 'Library/Formula/hercules.rb')
| -rw-r--r-- | Library/Formula/hercules.rb | 1 |
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 |
