Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Made tmux HEAD compile and install again #15232

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Library/Formula/tmux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ class Tmux < Formula
end

def patches
p = []
# 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']
p = << 'http://sourceforge.net/tracker/download.php?group_id=200378&atid=973264&file_id=453002&aid=3566884' if build.table?
# 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.
Expand Down