From 320e4059fdf5328aeb2fef45b82625889b10baae Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Wed, 20 Mar 2019 15:31:01 +0900 Subject: [PATCH] change gperf location --- src/make_property.sh | 2 +- src/make_unicode_fold.sh | 2 +- src/make_unicode_property.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/make_property.sh b/src/make_property.sh index 071f3d0..bc5cf98 100755 --- a/src/make_property.sh +++ b/src/make_property.sh @@ -2,7 +2,7 @@ TMP1=gperf1.tmp TMP2=gperf2.tmp -GPERF=/usr/bin/gperf +GPERF=/usr/local/bin/gperf GPERF_OPT='-pt -T -L ANSI-C' diff --git a/src/make_unicode_fold.sh b/src/make_unicode_fold.sh index d5828e1..35ce974 100755 --- a/src/make_unicode_fold.sh +++ b/src/make_unicode_fold.sh @@ -1,6 +1,6 @@ #!/bin/sh -GPERF=/usr/bin/gperf +GPERF=/usr/local/bin/gperf TMP0=gperf0.tmp TMP1=gperf1.tmp diff --git a/src/make_unicode_property.sh b/src/make_unicode_property.sh index 2aab41b..124d76a 100755 --- a/src/make_unicode_property.sh +++ b/src/make_unicode_property.sh @@ -4,7 +4,7 @@ NAME=unicode_property_data TMP1=gperf1.tmp TMP2=gperf2.tmp TMP= -GPERF=/usr/bin/gperf +GPERF=/usr/local/bin/gperf GPERF_OPT='-T -C -c -t -j1 -L ANSI-C --ignore-case --pic -Q unicode_prop_name_pool' POOL_CAST='s/\(int *\)\(size_t *\)&\(\(struct +unicode_prop_name_pool_t *\* *\) *0\)->unicode_prop_name_pool_str([^,]+)/pool_offset(\1)/g' -- 2.50.1