diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 04:12:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 04:12:12 +0000 |
commit | 252832174f6dc936939f46c63995c60772ad6a16 (patch) | |
tree | 32c36134371c6fd2c689530e5913144ec9833f7d /games-strategy/glob2 | |
parent | tested again and is stable :) (Manifest recommit) (diff) | |
download | gentoo-2-252832174f6dc936939f46c63995c60772ad6a16.tar.gz gentoo-2-252832174f6dc936939f46c63995c60772ad6a16.tar.bz2 gentoo-2-252832174f6dc936939f46c63995c60772ad6a16.zip |
Turn down the assert checking a bit for people with lesser sound cards (bug #67718)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.9.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 47ad06a7443c..be3f749ccf92 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.14 2004/10/15 06:32:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.15 2004/10/16 04:12:12 mr_bones_ Exp $ + + 15 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.9.ebuild: + Turn down the assert checking a bit for people with lesser sound cards (bug + #67718) *glob2-0.8.9 (14 Oct 2004) diff --git a/games-strategy/glob2/glob2-0.8.9.ebuild b/games-strategy/glob2/glob2-0.8.9.ebuild index 14839a245516..263ff80691c3 100644 --- a/games-strategy/glob2/glob2-0.8.9.ebuild +++ b/games-strategy/glob2/glob2-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.9.ebuild,v 1.1 2004/10/15 06:32:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.9.ebuild,v 1.2 2004/10/16 04:12:12 mr_bones_ Exp $ inherit flag-o-matic games @@ -29,6 +29,10 @@ src_unpack() { sed -i \ -e "s/defaultLanguage = 1/defaultLanguage = 0/" src/Settings.cpp \ || die "sed failed" + # bug #67718 + sed -i \ + -e "s/nsamples == SAMPLE_COUNT_PER_SLICE/nsamples/" src/SoundMixer.cpp \ + || die "sed failed" } src_compile() { |