diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-27 18:36:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-27 18:36:49 +0100 |
commit | e6a1186c2d69bc5300f1c41972cf8dfef61e8c2c (patch) | |
tree | afa5681884c6b6b9baab3bbf04829f738f467788 /sci-chemistry/elem/elem-1.0.3-r2.ebuild | |
parent | app-text/hnb: port to EAPI 7 (diff) | |
download | gentoo-e6a1186c2d69bc5300f1c41972cf8dfef61e8c2c.tar.gz gentoo-e6a1186c2d69bc5300f1c41972cf8dfef61e8c2c.tar.bz2 gentoo-e6a1186c2d69bc5300f1c41972cf8dfef61e8c2c.zip |
sci-chemistry/elem: fix build with gcc-10
Closes: https://github.com/gentoo/gentoo/pull/18431
Closes: https://bugs.gentoo.org/706938
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry/elem/elem-1.0.3-r2.ebuild')
-rw-r--r-- | sci-chemistry/elem/elem-1.0.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/elem/elem-1.0.3-r2.ebuild b/sci-chemistry/elem/elem-1.0.3-r2.ebuild index 67290b4c6d85..d74c51bd8f06 100644 --- a/sci-chemistry/elem/elem-1.0.3-r2.ebuild +++ b/sci-chemistry/elem/elem-1.0.3-r2.ebuild @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/elem/${PN}-src-${PV}-Linux.tgz" LICENSE="GPL-2" KEYWORDS="amd64 sparc x86" SLOT="0" -IUSE="" DEPEND="x11-libs/xforms" RDEPEND="${DEPEND}" @@ -20,6 +19,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch "${FILESDIR}"/${P}-missing-stdlib.patch + "${FILESDIR}"/${P}-fno-common.patch ) src_configure() { |