diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-05-09 20:12:09 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-05-09 20:12:09 +0000 |
commit | 6f4a87518f64f549e9a7aafd69b330c6acfd3c33 (patch) | |
tree | a29297cb6dbe063867f398afadebf4909d5bd370 /dev-games/cegui/cegui-0.8.3.ebuild | |
parent | Reposition DOCS in the ebuild. (diff) | |
download | gentoo-2-6f4a87518f64f549e9a7aafd69b330c6acfd3c33.tar.gz gentoo-2-6f4a87518f64f549e9a7aafd69b330c6acfd3c33.tar.bz2 gentoo-2-6f4a87518f64f549e9a7aafd69b330c6acfd3c33.zip |
fix build with >=freetype-2.5.1 wrt #509180
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'dev-games/cegui/cegui-0.8.3.ebuild')
-rw-r--r-- | dev-games/cegui/cegui-0.8.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-games/cegui/cegui-0.8.3.ebuild b/dev-games/cegui/cegui-0.8.3.ebuild index 9137553c74e1..8ce374a0dd21 100644 --- a/dev-games/cegui/cegui-0.8.3.ebuild +++ b/dev-games/cegui/cegui-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild,v 1.1 2013/12/30 22:19:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild,v 1.2 2014/05/09 20:12:09 hasufell Exp $ EAPI=5 @@ -56,6 +56,8 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) opengl? ( media-libs/glm )" +PATCHES=( "${FILESDIR}"/${P}-freetype.patch ) + src_configure() { # http://www.cegui.org.uk/mantis/view.php?id=991 append-ldflags $(no-as-needed) |