aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-16 16:01:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-16 16:18:44 +0000
commit9fa2228121ab56c1db6e842b0b40b448fe26731e (patch)
treeb83f597e060016aa4f4a1a176e5ff8e4185c8d70
parentc2977d6d6670065a2c3fb002f3241e326edf2c86 (diff)
downloadports-9fa2228121ab56c1db6e842b0b40b448fe26731e.tar.gz
ports-9fa2228121ab56c1db6e842b0b40b448fe26731e.zip
audio/lewton: verbose build per 30a00f2227a3 + 7bec7b192cda
-rw-r--r--audio/lewton/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile
index a82518c61dcf..71e527adbe2b 100644
--- a/audio/lewton/Makefile
+++ b/audio/lewton/Makefile
@@ -82,10 +82,14 @@ CARGO_CRATES= al-sys-0.6.1 \
do-build:
@${CARGO_CARGO_RUN} cbuild \
+ --verbose \
+ --verbose \
${CARGO_BUILD_ARGS}
do-install:
@${CARGO_CARGO_RUN} cinstall \
+ --verbose \
+ --verbose \
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}