libimobiledevice: use new dsl
This commit is contained in:
parent
37bfac48f9
commit
4580b3dc19
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ class Libimobiledevice < Formula
|
||||||
depends_on 'usbmuxd'
|
depends_on 'usbmuxd'
|
||||||
depends_on 'gnutls'
|
depends_on 'gnutls'
|
||||||
|
|
||||||
if ARGV.build_head?
|
if build.head?
|
||||||
depends_on :automake
|
depends_on :automake
|
||||||
depends_on :libtool
|
depends_on :libtool
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
if ARGV.build_head?
|
if build.head?
|
||||||
# fix the m4 problem with the missing pkg.m4
|
# fix the m4 problem with the missing pkg.m4
|
||||||
ENV['LIBTOOLIZE'] = "glibtoolize"
|
ENV['LIBTOOLIZE'] = "glibtoolize"
|
||||||
ENV['ACLOCAL'] = "aclocal -I m4 -I #{HOMEBREW_PREFIX}/share/aclocal"
|
ENV['ACLOCAL'] = "aclocal -I m4 -I #{HOMEBREW_PREFIX}/share/aclocal"
|
||||||
|
|
Loading…
Reference in a new issue