pg_top: remove pre-Mavericks support
This commit is contained in:
parent
aa591fb4ec
commit
b3075712ae
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class PgTop < Formula
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
(buildpath/"config.h").append_lines "#define HAVE_DECL_STRLCPY 1" if MacOS.version >= :mavericks
|
(buildpath/"config.h").append_lines "#define HAVE_DECL_STRLCPY 1"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue