summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-18 16:33:44 +0000
committerSam James <sam@gentoo.org>2023-11-18 16:33:44 +0000
commit5f42537559b3d3012e9684d2afc4d98c49401777 (patch)
tree526ddde285b92b7dd8c37c6e8cebeeefb331d11c /media-libs
parentdev-libs/ivykis: use configure cache for subconfigure (diff)
downloadgentoo-5f42537559b3d3012e9684d2afc4d98c49401777.tar.gz
gentoo-5f42537559b3d3012e9684d2afc4d98c49401777.tar.bz2
gentoo-5f42537559b3d3012e9684d2afc4d98c49401777.zip
media-libs/portaudio: use configure cache for subconfigure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/portaudio/portaudio-19.07.00-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/portaudio/portaudio-19.07.00-r2.ebuild b/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
index 1e59d8498ff4..898b8834f3ef 100644
--- a/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
+++ b/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -44,6 +44,7 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
+ --cache-file="${BUILD_DIR}"/config.cache
$(use_enable debug debug-output)
$(use_enable cxx)
$(use_enable static-libs static)