summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-09-18 14:26:37 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-18 14:27:02 +0200
commit02cd747eb9c3ec0c8ce5f3969c3d19061fe1bc51 (patch)
tree1e29a6810c48aa31b92a2810a0b16464d7d3bb5e /sci-astronomy/casacore/casacore-2.1.0.ebuild
parentnet-firewall/pglinux: Drop old (diff)
downloadgentoo-02cd747eb9c3ec0c8ce5f3969c3d19061fe1bc51.tar.gz
gentoo-02cd747eb9c3ec0c8ce5f3969c3d19061fe1bc51.tar.bz2
gentoo-02cd747eb9c3ec0c8ce5f3969c3d19061fe1bc51.zip
sci-astronomy/casacore: Allow for compiling with GCC 6
Gentoo-bug: 594186 Patch taken from upstream master branch Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-astronomy/casacore/casacore-2.1.0.ebuild')
-rw-r--r--sci-astronomy/casacore/casacore-2.1.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-astronomy/casacore/casacore-2.1.0.ebuild b/sci-astronomy/casacore/casacore-2.1.0.ebuild
index 68298834ebff..cfdc619ae681 100644
--- a/sci-astronomy/casacore/casacore-2.1.0.ebuild
+++ b/sci-astronomy/casacore/casacore-2.1.0.ebuild
@@ -34,7 +34,10 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( sci-astronomy/casa-data sci-astronomy/sofa_c )"
-PATCHES=( "${FILESDIR}/${PN}-disable-tpath-test.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-disable-tpath-test.patch"
+ "${FILESDIR}/${PN}-2.1.0-fix-c++14.patch"
+)
pkg_pretend() {
if [[ $(tc-getCC)$ == *gcc* ]] && [[ ${MERGE_TYPE} != binary ]]; then