Follow up r513974 to use bin/gperf31

PR:		241025
This commit is contained in:
Li-Wen Hsu 2019-10-07 17:29:33 +00:00
parent 468a76945a
commit 386eff7b22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513975

View file

@ -271,7 +271,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \
FLEX=${LOCALBASE}/bin/flex \
GNUTAR="${TAR}" \
GPERF=${LOCALBASE}/bin/gperf \
GPERF=${LOCALBASE}/bin/gperf31 \
ICU_CFLAGS="`icu-config --cflags`" \
ICU_LIBS="`icu-config --ldflags`" \
OPENCOLLADA_CFLAGS="${COLLADA_CFLAGS}" \