Skip to content

Commit

Permalink
ircii: add iconv support.
Browse files Browse the repository at this point in the history
Enables use of /set irc_encoding and display_encoding
  • Loading branch information
henrik242 authored and MikeMcQuaid committed Sep 9, 2014
1 parent 4945f12 commit aa547df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/ircii.rb
Expand Up @@ -8,6 +8,7 @@ class Ircii < Formula
depends_on "openssl"

def install
ENV.append 'LIBS', '-liconv'
system "./configure", "--prefix=#{prefix}",
"--with-default-server=irc.freenode.net",
"--enable-ipv6"
Expand Down

0 comments on commit aa547df

Please sign in to comment.