devel/hs-cabal-install: Fix build when VERBOSE env var is set (true for poud bulk -v).
Reported by: Evilham <contact@evilham.com>
This commit is contained in:
parent
08241304ad
commit
b4dc684c63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506617
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ post-extract:
|
|||
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
|
||||
${SETENV} -u VERBOSE EXTRA_CONFIGURE_OPTS="--disable-library-profiling" \
|
||||
${MAKE_ENV} HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix \
|
||||
${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue