pg_top: remove pre-Mavericks support

This commit is contained in:
FX Coudert 2019-01-28 20:13:00 +01:00
parent aa591fb4ec
commit b3075712ae

View file

@ -19,7 +19,7 @@ class PgTop < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--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"
end