ddd: use checksummed patches
This commit is contained in:
parent
290c8b8c7e
commit
8e9a7ce6aa
1 changed files with 6 additions and 7 deletions
|
@ -9,13 +9,12 @@ class Ddd < Formula
|
|||
depends_on 'lesstif'
|
||||
depends_on :x11
|
||||
|
||||
def patches
|
||||
if MacOS.version >= :mavericks
|
||||
# Needed for OSX 10.9 DP6 build failure:
|
||||
# https://savannah.gnu.org/patch/?8178
|
||||
{ :p0 => 'https://savannah.gnu.org/patch/download.php?file_id=29114' }
|
||||
end
|
||||
end
|
||||
# Needed for OSX 10.9 DP6 build failure:
|
||||
# https://savannah.gnu.org/patch/?8178
|
||||
patch :p0 do
|
||||
url "https://savannah.gnu.org/patch/download.php?file_id=29114"
|
||||
sha1 "4f7406e7698f54f609ced955f0cc90374cc45431"
|
||||
end if MacOS.version >= :mavericks
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug",
|
||||
|
|
Loading…
Reference in a new issue