diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:02:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:02:07 +0200 |
commit | b3a1d83453020ace186fa0c4e785383d1c92f9cb (patch) | |
tree | 16d1abae3a414c9eab6a862d58fc429df582d9e0 /sci-libs | |
parent | media-gfx/mscgen: misc. dep fixes (diff) | |
download | gentoo-b3a1d83453020ace186fa0c4e785383d1c92f9cb.tar.gz gentoo-b3a1d83453020ace186fa0c4e785383d1c92f9cb.tar.bz2 gentoo-b3a1d83453020ace186fa0c4e785383d1c92f9cb.zip |
sci-libs/brial: perform tc-export in src_configure
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/brial/brial-1.2.10.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/brial/brial-1.2.10.ebuild b/sci-libs/brial/brial-1.2.10.ebuild index 7b2dfededbac..704853e303aa 100644 --- a/sci-libs/brial/brial-1.2.10.ebuild +++ b/sci-libs/brial/brial-1.2.10.ebuild @@ -20,11 +20,9 @@ DEPEND="dev-libs/boost sci-libs/m4ri[png=]" RDEPEND="${DEPEND}" -pkg_setup() { +src_configure() { tc-export PKG_CONFIG -} -src_configure() { # with-boost-libdir added to deal with some rather quirky setups # see https://github.com/cschwan/sage-on-gentoo/issues/551 econf \ |