wine: remove gnutls for head/devel builds
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d32b330e77
commit
291d53f407
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ class Wine < Formula
|
|||
|
||||
depends_on 'jpeg'
|
||||
depends_on 'libicns'
|
||||
depends_on 'gnutls'
|
||||
|
||||
# gnutls not needed since 1.3.16
|
||||
depends_on 'gnutls' unless ARGV.flag? '--devel' or ARGV.build_head?
|
||||
|
||||
fails_with_llvm
|
||||
|
||||
|
|
Loading…
Reference in a new issue