mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaround
This commit is contained in:
parent
50f97191ab
commit
de600a6d58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111525
@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--enable-phrase \
|
||||
--localstatedir=/var/mnogosearch
|
||||
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
# OPTIONS not counted, workaround
|
||||
WITH_MNOGO_BUILTIN=true
|
||||
.endif
|
||||
OPTIONS= MNOGO_THREADS "Enable pthreads" on \
|
||||
MNOGO_SSL "Enable SSL" on \
|
||||
MNOGO_GUESSER "Enable Cyrillic charset guesser" off \
|
||||
|
@ -30,6 +30,10 @@ CONFIGURE_ARGS+=--enable-phrase \
|
||||
--localstatedir=/var/mnogosearch
|
||||
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
# OPTIONS not counted, workaround
|
||||
WITH_MNOGO_BUILTIN=true
|
||||
.endif
|
||||
OPTIONS= MNOGO_THREADS "Enable pthreads" on \
|
||||
MNOGO_SSL "Enable SSL" on \
|
||||
MNOGO_GUESSER "Enable Cyrillic charset guesser" off \
|
||||
|
Loading…
Reference in New Issue
Block a user