Fix without gperf from base
This commit is contained in:
parent
fc33cdfcde
commit
4b9359229c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370376
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
GNOME_PREFIX="${PREFIX}" \
|
||||
ARCH_INSTALL="" \
|
||||
OPTFLAGS="${CFLAGS} -DHAVE_STRCASESTR" \
|
||||
SHARED_FLAGS="-shared -fPIC"
|
||||
SHARED_FLAGS="-shared -fPIC" \
|
||||
GPERF="${GPERF}"
|
||||
|
||||
INSTALL_TARGET= install-gettext install-im install-magic-plugins \
|
||||
install-magic-plugin-dev install-default-config \
|
||||
|
|
Loading…
Reference in a new issue