Skip to content

Commit

Permalink
vifm 0.7.6
Browse files Browse the repository at this point in the history
Lion dependency is removed as vifm doesn't use `wcscasecmp` and
`wcsncasecmp` functions anymore.

Closes Homebrew/legacy-homebrew#24129.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
xaizek authored and adamv committed Nov 10, 2013
1 parent a1036d0 commit 0cd1d19
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Formula/vifm.rb
Expand Up @@ -2,17 +2,8 @@

class Vifm < Formula
homepage 'http://vifm.sourceforge.net/index.html'
url 'http://downloads.sourceforge.net/project/vifm/vifm/vifm-0.7.5.tar.bz2'
sha1 '202b369b45d741e32a50084d902c4dcc33014915'

# This actually depends on Xcode 4.2 or newer, not Lion per se, as it will
# work on Snow Leopard running Xcode 4.2. This software uses the string
# functions `wcscasecmp` and `wcsncasecmp`, which were not present in
# earlier compiler sets.
# Note that someone could add implementations of these to str.c in this
# software and likely get it to compile across versions, if someone had the
# energy to attempt this.
depends_on :macos => :lion
url 'http://downloads.sourceforge.net/project/vifm/vifm/vifm-0.7.6.tar.bz2'
sha1 '2c9a57ec80a0c389c2807b5e86f25c2b8dd1c0cd'

def install
system "./configure", "--disable-dependency-tracking",
Expand Down

0 comments on commit 0cd1d19

Please sign in to comment.