Follow up r513974 to use bin/gperf31
PR: 241025
This commit is contained in:
parent
468a76945a
commit
386eff7b22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513975
1 changed files with 1 additions and 1 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Reference in a new issue