daemon: fix build on 10.10
Fixes#33041.
This commit is contained in:
parent
0a879b17ff
commit
93caee56bc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Daemon < Formula
|
|||
patch do
|
||||
url "https://trac.macports.org/raw-attachment/ticket/42845/daemon-0.6.4-ignore-strlcpy-strlcat.patch"
|
||||
sha1 "8330e7a2df1b8a37b440709c26baf55df251bc56"
|
||||
end if MacOS.version == :mavericks
|
||||
end if MacOS.version >= :mavericks
|
||||
|
||||
def install
|
||||
system "./config"
|
||||
|
|
Loading…
Reference in a new issue