summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-04-26 22:12:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-04-26 22:12:04 +0000
commit1589ddc5e792485789ff5a8d8aaa6c72bccc5871 (patch)
tree36d9ab4c6f433602cc3453df4118a5275b520c2c /games-arcade
parent[media-sound/amarok-2.4.0.90] Added keywords back to ebuild. (diff)
downloadgentoo-2-1589ddc5e792485789ff5a8d8aaa6c72bccc5871.tar.gz
gentoo-2-1589ddc5e792485789ff5a8d8aaa6c72bccc5871.tar.bz2
gentoo-2-1589ddc5e792485789ff5a8d8aaa6c72bccc5871.zip
fix building with boost-1.46 (bug #362899)
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/smc/ChangeLog7
-rw-r--r--games-arcade/smc/smc-1.9.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/smc/ChangeLog b/games-arcade/smc/ChangeLog
index 89f0e3b85c91..972739c6dbf5 100644
--- a/games-arcade/smc/ChangeLog
+++ b/games-arcade/smc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/smc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/ChangeLog,v 1.23 2009/11/08 08:05:22 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/ChangeLog,v 1.24 2011/04/26 22:12:04 mr_bones_ Exp $
+
+ 26 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org> smc-1.9.ebuild:
+ fix building with boost-1.46 (bug #362899)
08 Nov 2009; Joseph Jezak <josejx@gentoo.org> smc-1.9.ebuild:
Marked ppc stable for bug #290267.
diff --git a/games-arcade/smc/smc-1.9.ebuild b/games-arcade/smc/smc-1.9.ebuild
index 9c14b3f64f24..2c6ba3b5a729 100644
--- a/games-arcade/smc/smc-1.9.ebuild
+++ b/games-arcade/smc/smc-1.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/smc-1.9.ebuild,v 1.3 2009/11/08 08:05:22 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/smc/smc-1.9.ebuild,v 1.4 2011/04/26 22:12:04 mr_bones_ Exp $
EAPI=2
-inherit eutils games
+inherit eutils flag-o-matic games
MUSIC_P=SMC_Music_4.1_high
DESCRIPTION="Secret Maryo Chronicles"
@@ -34,6 +34,7 @@ src_unpack() {
unpack ${P}.tar.bz2
cd "${S}"
use music && unpack ${MUSIC_P}.zip
+ append-flags -DBOOST_FILESYSTEM_VERSION=2
}
src_install() {