diff options
Diffstat (limited to 'sci-astronomy/casacore/casacore-2.1.0.ebuild')
-rw-r--r-- | sci-astronomy/casacore/casacore-2.1.0.ebuild | 5 |
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 |