diff options
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild index f944ef31f0ed..c108d0f9e424 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild @@ -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() { |