summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-22 12:16:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-22 13:16:05 +0100
commit91295b5b246a1f2036f2de282fc36b6d4bbf4207 (patch)
treea56fdef0fa931418e41b788c505ed448423b6392 /dev-libs/injeqt/injeqt-1.2.0.ebuild
parentnet-im/psi: Drop old (diff)
downloadgentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.tar.gz
gentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.tar.bz2
gentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.zip
dev-libs/injeqt: Fix build with GCC-7
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/injeqt/injeqt-1.2.0.ebuild')
-rw-r--r--dev-libs/injeqt/injeqt-1.2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/injeqt/injeqt-1.2.0.ebuild b/dev-libs/injeqt/injeqt-1.2.0.ebuild
index 6b98e1bd2372..42e010b49f57 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-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
# https://github.com/vogel/injeqt/issues/18
RESTRICT=test
+PATCHES=( "${FILESDIR}/${P}-gcc7.patch" )
+
src_configure() {
local mycmakeargs=(
-DDISABLE_EXAMPLES=ON