diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2020-10-14 02:14:46 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2020-10-14 02:15:30 +0200 |
commit | abbe61529421e9526d876abb1d022fd94efba0ae (patch) | |
tree | a745ea400645b4dcda9b72db3c729b736f1f3238 /dev-libs/injeqt/injeqt-1.2.0.ebuild | |
parent | app-text/mupdf: add additional security patches (diff) | |
download | gentoo-abbe61529421e9526d876abb1d022fd94efba0ae.tar.gz gentoo-abbe61529421e9526d876abb1d022fd94efba0ae.tar.bz2 gentoo-abbe61529421e9526d876abb1d022fd94efba0ae.zip |
dev-libs/injeqt: no Werror
Closes: https://bugs.gentoo.org/747577
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'dev-libs/injeqt/injeqt-1.2.0.ebuild')
-rw-r--r-- | dev-libs/injeqt/injeqt-1.2.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/injeqt/injeqt-1.2.0.ebuild b/dev-libs/injeqt/injeqt-1.2.0.ebuild index 3d9de6be309d..42410678e47c 100644 --- a/dev-libs/injeqt/injeqt-1.2.0.ebuild +++ b/dev-libs/injeqt/injeqt-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,10 @@ DEPEND="${RDEPEND} # https://github.com/vogel/injeqt/issues/18 RESTRICT=test -PATCHES=( "${FILESDIR}/${P}-gcc7.patch" ) +PATCHES=( + "${FILESDIR}/${P}-gcc7.patch" + "${FILESDIR}/${PN}-1.2.0-no-Werror.patch" +) src_configure() { local mycmakeargs=( |