Skip to content

Instantly share code, notes, and snippets.

@yaroslav
Created December 10, 2009 22:42
Show Gist options
  • Save yaroslav/253767 to your computer and use it in GitHub Desktop.
Save yaroslav/253767 to your computer and use it in GitHub Desktop.
From ebb2c8b312361be7dc02ab6761e551ed199df409 Mon Sep 17 00:00:00 2001
From: Yaroslav Markin <yaroslav@markin.net>
Date: Fri, 11 Dec 2009 01:39:28 +0300
Subject: [PATCH] readline: build with --enable-multibyte
---
Library/Formula/readline.rb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 56f0cc0..1cf28f4 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -20,7 +20,8 @@ to keg-only.
def install
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",
- "--infodir=#{info}"
+ "--infodir=#{info}",
+ "--enable-multibyte"
system "make install"
end
end
--
1.6.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment