aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-05-01 15:13:00 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-05-01 15:13:04 +0000
commit2ff56353f782ba1269ea87577498ba314663f70a (patch)
treee5e3bea0a234fbd8789ecb56aabfad046deddf54 /audio
parente3d010abf21d2f206f31d45ce17d81847a57d152 (diff)
downloadports-2ff56353f782ba1269ea87577498ba314663f70a.tar.gz
ports-2ff56353f782ba1269ea87577498ba314663f70a.zip
audio/ebur128: Use double verbose switches
Single --verbose may hide non-error output from bundled libraries Reference: https://cgit.freebsd.org/ports/commit/?id=7bec7b192cdabe3fc1ba9ddaeb4e6edc42c1be01 Reported by: jbeich
Diffstat (limited to 'audio')
-rw-r--r--audio/ebur128/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile
index e1904e60cef9..0a9e1bce317d 100644
--- a/audio/ebur128/Makefile
+++ b/audio/ebur128/Makefile
@@ -19,10 +19,10 @@ GH_ACCOUNT= sdroege
CONFLICTS_INSTALL= libebur128
do-build:
- @${CARGO_CARGO_RUN} cbuild --verbose ${CARGO_BUILD_ARGS}
+ @${CARGO_CARGO_RUN} cbuild --verbose --verbose ${CARGO_BUILD_ARGS}
do-install:
- @${CARGO_CARGO_RUN} cinstall --verbose \
+ @${CARGO_CARGO_RUN} cinstall --verbose --verbose \
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}