hercules: patch for OS X

Closes Homebrew/homebrew#24910.
master
Adam Vandenberg 2013-12-04 20:21:30 -08:00
parent 2739a8dbfb
commit 6c0ebef37d
1 changed files with 1 additions and 0 deletions

View File

@ -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