libxspf: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:34:40 +00:00
parent 8606a1d132
commit c3c80c5b68
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -13,7 +13,6 @@ class Libxspf < Formula
sha256 "27d7c2323b047e0def2aab711991484845b75b647ad2cedb4e5fac40f5589cb8" => :el_capitan
sha256 "1d87baedae1c21d2df5bdd91c35be294b7c570e83c5c83fcdf284bce9a985c27" => :yosemite
sha256 "9f85ead926bf875a18a91db004a04d6aa814c4766a3ab22c3ffa1a0c5371b836" => :mavericks
sha256 "96a893aa4699d97dc39ef95089d6475f44cc00f7d9a9bea991bec30193e8b005" => :mountain_lion
end
depends_on "pkg-config" => :build
@ -41,6 +40,6 @@ index 411f892..b66a25c 100644
#include <cstdlib> // MAX_PATH
#include <climits> // PATH_MAX
+#include <unistd.h>
#if defined(__WIN32__) || defined(WIN32)