media-libs/libsoundtouch: Fixed quoting.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2017-08-01 10:04:57 +02:00
parent 374bad3ab6
commit df79ae4ddf

View File

@@ -38,7 +38,7 @@ multilib_src_configure() {
$(use_enable openmp)
$(use_enable static-libs static)
)
ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_compile() {