Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/cegui/
Date: Tue, 26 Apr 2016 05:44:11
Message-Id: 1461649434.99f9274f4d77f26a7a4a06f6585cb5c2d26c67d6.mr_bones_@gentoo
1 commit: 99f9274f4d77f26a7a4a06f6585cb5c2d26c67d6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 05:43:54 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 05:43:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f9274f
7
8 dev-games/cegui: fix so name
9
10 Package-Manager: portage-2.2.26
11
12 dev-games/cegui/cegui-0.8.6.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-games/cegui/cegui-0.8.6.ebuild b/dev-games/cegui/cegui-0.8.6.ebuild
16 index 646901b..7a6a33d 100644
17 --- a/dev-games/cegui/cegui-0.8.6.ebuild
18 +++ b/dev-games/cegui/cegui-0.8.6.ebuild
19 @@ -56,8 +56,12 @@ DEPEND="${RDEPEND}
20 doc? ( app-doc/doxygen )
21 opengl? ( media-libs/glm )"
22
23 +src_prepare() {
24 + sed -i -e '/CEGUI_ABI_AGE/s/5/4/' CMakeLists.txt || die
25 +}
26 +
27 src_configure() {
28 - # http://www.cegui.org.uk/mantis/view.php?id=991
29 + # https://bitbucket.org/cegui/cegui/issues/991
30 append-ldflags $(no-as-needed)
31
32 local mycmakeargs=(