summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-07-23 16:13:50 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-07-23 16:14:05 +0200
commit705548a43869f859770da2c388ba16a72468e2c6 (patch)
tree07937d45af263405f738f3395b0c99f9049794f5 /dev-util
parentwww-apps/phprojekt: Package Removal (diff)
downloadgentoo-705548a43869f859770da2c388ba16a72468e2c6.tar.gz
gentoo-705548a43869f859770da2c388ba16a72468e2c6.tar.bz2
gentoo-705548a43869f859770da2c388ba16a72468e2c6.zip
dev-util/cmake: Fix boost detection in 3.11.4 as well
Bug: https://bugs.gentoo.org/660980 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cmake/cmake-3.11.4-r1.ebuild (renamed from dev-util/cmake/cmake-3.11.4.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.11.4.ebuild b/dev-util/cmake/cmake-3.11.4-r1.ebuild
index b9e25d107095..6e13be1ef965 100644
--- a/dev-util/cmake/cmake-3.11.4.ebuild
+++ b/dev-util/cmake/cmake-3.11.4-r1.ebuild
@@ -59,7 +59,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
"${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
- # upstream fixes (can usually be removed with a version bump)
+ # boost (#660980)
+ "${FILESDIR}"/${PN}-3.11.4-fix-boost-detection.patch
+
+ # upstream fixes (can usually be removed with a version bump)
"${FILESDIR}"/${P}-libuv-1.21.patch
)