From 18a553d0e7a376eb043d078ffb86dc098b3e2974 Mon Sep 17 00:00:00 2001 From: Mirko Grönroos Date: Sat, 10 Sep 2011 22:53:32 +0300 Subject: par: Add multibyte character support patch Closes #7567. Signed-off-by: Charlie Sharpsteen --- Library/Formula/par.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index 770d4864d..510897887 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -5,6 +5,12 @@ class Par < Formula homepage 'http://www.nicemice.net/par/' md5 '4ccacd824171ba2c2f14fb8aba78b9bf' + def patches + # A patch by Jérôme Pouiller that adds support for multibyte + # charsets (like UTF-8), plus Debian packaging. + "http://www.nicemice.net/par/par_1.52-i18n.3.diff.gz" + end + def install system "make -f protoMakefile" bin.install "par" -- cgit v1.2.3