summaryrefslogtreecommitdiff
path: root/converters/skf/patches
diff options
context:
space:
mode:
authorobache <obache>2013-12-27 08:32:05 +0000
committerobache <obache>2013-12-27 08:32:05 +0000
commit97e7101a8407b3fe5a8c0bd2136b4ba4d12c1064 (patch)
treee487c88a406ce4e6cdc65d555cef28189fa5aa71 /converters/skf/patches
parent06aeaf7cb2112cc64864ba96b5dff986666909fb (diff)
downloadpkgsrc-97e7101a8407b3fe5a8c0bd2136b4ba4d12c1064.tar.gz
Update skf to 1.99.7.
skf (1.99.7) * ruby 2.1.0 support * fix bug in MIME encoding under early_mime_out mode * further nkf-compatibility * trim some terminal sequence sweep behaviors * UnicodeData undated to 6.3 * fix nkf compatible option --cp932 behavior * fix some bugs
Diffstat (limited to 'converters/skf/patches')
-rw-r--r--converters/skf/patches/patch-configure18
1 files changed, 15 insertions, 3 deletions
diff --git a/converters/skf/patches/patch-configure b/converters/skf/patches/patch-configure
index 47036d393e1..29b2e39e3ac 100644
--- a/converters/skf/patches/patch-configure
+++ b/converters/skf/patches/patch-configure
@@ -1,10 +1,22 @@
-$NetBSD: patch-configure,v 1.3 2013/08/01 12:41:01 obache Exp $
+$NetBSD: patch-configure,v 1.4 2013/12/27 08:32:05 obache Exp $
* test(1) portability fix
---- configure.orig 2013-07-26 10:13:30.000000000 +0000
+--- configure.orig 2013-12-24 10:20:55.000000000 +0000
+++ configure
-@@ -5223,7 +5223,7 @@ $as_echo_n "checking major version... "
+@@ -5115,9 +5115,9 @@ $as_echo "$ruby_version" >&6; }
+ elif test "$ruby_version" = "20"; then
+ ruby_20_preferred="yes"
+ ruby_19_preferred="yes"
+- elif test "$ruby_version" == "19"; then
++ elif test "$ruby_version" = "19"; then
+ ruby_19_preferred="yes"
+- elif test "$ruby_version" == "18"; then
++ elif test "$ruby_version" = "18"; then
+ ruby_18_preferred="yes"
+ else
+ ruby_21_preferred="yes"
+@@ -5342,7 +5342,7 @@ $as_echo_n "checking major version... "
* ) darwin_shared="-arch i386 -arch x86_64";
deployment_target=MACOSX_DEPLOYMENT_TARGET=10.6;;
esac