summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-05-13 17:14:26 +0100
committerJustin Lecher <jlec@gentoo.org>2017-05-13 17:14:26 +0100
commit69b01273253531de9d83902132d9e745a88e94e2 (patch)
treebe38c0c9217231946b3e514f1d072266f33042b5 /sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
parentsys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff)
downloadgentoo-69b01273253531de9d83902132d9e745a88e94e2.tar.gz
gentoo-69b01273253531de9d83902132d9e745a88e94e2.tar.bz2
gentoo-69b01273253531de9d83902132d9e745a88e94e2.zip
sci-chemistry/openbabel: Backport Fix for gcc 6/7
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=594154 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild')
-rw-r--r--sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
index ab9bb5777909..f84e2a1f51b4 100644
--- a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,7 +28,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2"
-PATCHES=( "${FILESDIR}"/${P}-test_lib_path.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-test_lib_path.patch
+ "${FILESDIR}"/${P}-gcc-6_and_7-backport.patch
+ )
pkg_setup() {
if use openmp; then