From a38c23598e29c78a6fa0eb5b61c8ca8ffe1c9850 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 28 May 2024 18:02:51 +0800 Subject: [PATCH] audio/py-speechrecognition: Add EXTRACT_AFTER_ARGS PR: 278748 Reported by: diizzy --- audio/py-speechrecognition/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/audio/py-speechrecognition/Makefile b/audio/py-speechrecognition/Makefile index fc3da770ac0c..d80bc1623bd6 100644 --- a/audio/py-speechrecognition/Makefile +++ b/audio/py-speechrecognition/Makefile @@ -24,7 +24,13 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +# Clean up bundled binary executables +.if !defined(MAINTAINER_MODE) +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/speech_recognition/flac-* \ + --no-same-owner --no-same-permissions +.else post-patch: @${RM} ${WRKSRC}/speech_recognition/flac-* +.endif .include