diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-08-28 18:56:47 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-08-28 18:56:47 +0000 |
commit | b2a0ac40565f42e753807e59fe87c7e1f990d2d5 (patch) | |
tree | ffd3136f2355889299b1e5aed732a3af4d70057f /games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild | |
parent | Marking clamav-0.97.5-r1 ppc64 for bug 428584 (diff) | |
download | historical-b2a0ac40565f42e753807e59fe87c7e1f990d2d5.tar.gz historical-b2a0ac40565f42e753807e59fe87c7e1f990d2d5.tar.bz2 historical-b2a0ac40565f42e753807e59fe87c7e1f990d2d5.zip |
Fix g_thread_init/glib-2.32 build failure (bug #432938, thanks to Oschtan).
Package-Manager: portage-2.2.0_alpha122/cvs/Linux x86_64
Diffstat (limited to 'games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild')
-rw-r--r-- | games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild b/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild index 12b1abc4ba64..e23fc6ebedc5 100644 --- a/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild +++ b/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild,v 1.1 2012/08/26 15:43:23 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.2.3.2-r1.ebuild,v 1.2 2012/08/28 18:56:47 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -69,6 +69,11 @@ pkg_setup() { games_pkg_setup } +src_prepare() { + epatch "${FILESDIR}/${P}-g_thread_init.patch" #432938 + gnome2_src_prepare +} + src_install() { gnome2_src_install prepgamesdirs |