diff options
author | William <William@undefined.re> | 2017-01-19 17:16:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-21 15:53:44 +0200 |
commit | 2ad20dbd072410a8060df2490e026879737b11a3 (patch) | |
tree | 00199c6f41e1373439f6e9f5644bb59f1cb54238 /app-text/qpdf | |
parent | net-libs/libpcap: Install portability.h on BSD, #601334 (diff) | |
download | gentoo-2ad20dbd072410a8060df2490e026879737b11a3.tar.gz gentoo-2ad20dbd072410a8060df2490e026879737b11a3.tar.bz2 gentoo-2ad20dbd072410a8060df2490e026879737b11a3.zip |
app-text/qpdf: fix configure so that it works when /bin/sh isn't bash
Close: https://github.com/gentoo/gentoo/pull/3540
Diffstat (limited to 'app-text/qpdf')
-rw-r--r-- | app-text/qpdf/qpdf-6.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/qpdf/qpdf-6.0.0-r2.ebuild b/app-text/qpdf/qpdf-6.0.0-r2.ebuild index dd803c56189e..f00413270dcc 100644 --- a/app-text/qpdf/qpdf-6.0.0-r2.ebuild +++ b/app-text/qpdf/qpdf-6.0.0-r2.ebuild @@ -34,7 +34,7 @@ RDEPEND="${CDEPEND} DOCS=( ChangeLog README TODO ) src_configure() { - econf \ + CONFIG_SHELL=/bin/bash econf \ $(use_enable static-libs static) \ $(use_enable test test-compare-images) } |