pkgsrc-ng/mail/quickml/patches/patch-quickml.in
2013-09-26 17:14:40 +02:00

21 lines
427 B
Plaintext

$NetBSD: patch-quickml.in,v 1.1 2012/08/11 13:51:20 obache Exp $
* sepcify character coding system with ruby-1.9 way
--- quickml.in.orig 2004-06-07 08:50:58.000000000 +0000
+++ quickml.in
@@ -1,4 +1,5 @@
#! %RUBY%
+#coding: euc-jp
# -*- mode: ruby -*-
#
# quickml - an easy-to-use mailing list server
@@ -11,7 +12,6 @@
# the GNU General Public License version 2.
#
-$KCODE = "e"
require 'quickml'
def error (msg)