Skip to content

Commit

Permalink
tmux: Correct japanese sonant mark display
Browse files Browse the repository at this point in the history
Closes Homebrew#13544.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
Rianol Jou authored and Sharpie committed Sep 12, 2012
1 parent b01c5e0 commit 05eceb8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Library/Formula/tmux.rb
Expand Up @@ -15,12 +15,17 @@ class Tmux < Formula
depends_on :libtool
end

# This patch adds the implementation of osdep_get_cwd for Darwin platform,
# so that tmux can get current working directory correctly under Mac OS.
# NOTE: it applies to 1.6 only, and should be removed when 1.7 is out.
# (because it has been merged upstream)
def patches
DATA if build.stable?
# Fix for Japanese characters. See:
# http://sourceforge.net/tracker/?func=detail&aid=3566884&group_id=200378&atid=973264
p = ['http://sourceforge.net/tracker/download.php?group_id=200378&atid=973264&file_id=453002&aid=3566884']
# This patch adds the implementation of osdep_get_cwd for Darwin platform,
# so that tmux can get current working directory correctly under Mac OS.
# NOTE: it applies to 1.6 only, and should be removed when 1.7 is out.
# (because it has been merged upstream)
p << DATA if build.stable?

p
end

def install
Expand Down

0 comments on commit 05eceb8

Please sign in to comment.