summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/bullet/bullet-2.83.5.ebuild')
-rw-r--r--sci-physics/bullet/bullet-2.83.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-physics/bullet/bullet-2.83.5.ebuild b/sci-physics/bullet/bullet-2.83.5.ebuild
index dea774e6092c..4f4153fd1cc2 100644
--- a/sci-physics/bullet/bullet-2.83.5.ebuild
+++ b/sci-physics/bullet/bullet-2.83.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -25,6 +25,8 @@ PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
S="${WORKDIR}/${PN}3-${PV}"
src_prepare() {
+ cmake-utils_src_prepare
+
# allow to generate docs
sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
}