diff options
author | José María Alonso <nimiux@gentoo.org> | 2012-11-13 22:16:36 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2012-11-13 22:16:36 +0000 |
commit | 9d903bce01a7d757f51190cbc2ba2f55e19d1dd0 (patch) | |
tree | 40631afb5c4e3f14b2bceb87a944fe187fa5c75b /app-emulation/free42 | |
parent | Fix QA warnings in alsa code and main program. (diff) | |
download | gentoo-2-9d903bce01a7d757f51190cbc2ba2f55e19d1dd0.tar.gz gentoo-2-9d903bce01a7d757f51190cbc2ba2f55e19d1dd0.tar.bz2 gentoo-2-9d903bce01a7d757f51190cbc2ba2f55e19d1dd0.zip |
Fix bug #442908. Thanks to James Cloos for reporting and providing patch.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-emulation/free42')
-rw-r--r-- | app-emulation/free42/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/free42/free42-1.4.75.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/free42/ChangeLog b/app-emulation/free42/ChangeLog index 566f86c787ee..eb134e716880 100644 --- a/app-emulation/free42/ChangeLog +++ b/app-emulation/free42/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/free42 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.8 2012/11/13 22:11:27 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.9 2012/11/13 22:16:36 nimiux Exp $ + + 13 Nov 2012; Chema Alonso <nimiux@gentoo.org> free42-1.4.75.ebuild: + Fix bug #442908. Thanks to James Cloos for reporting and providing patch. 13 Nov 2012; Chema Alonso <nimiux@gentoo.org> free42-1.4.75.ebuild, files/free42-1.4.75-fix-alsa.patch: diff --git a/app-emulation/free42/free42-1.4.75.ebuild b/app-emulation/free42/free42-1.4.75.ebuild index d8c6dbdc0efc..0a2f98aec83a 100644 --- a/app-emulation/free42/free42-1.4.75.ebuild +++ b/app-emulation/free42/free42-1.4.75.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/app-emulation/free42/free42-1.4.75.ebuild,v 1.2 2012/11/13 22:11:27 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.75.ebuild,v 1.3 2012/11/13 22:16:36 nimiux Exp $ EAPI=4 @@ -40,10 +40,10 @@ src_prepare() { src_compile() { local myconf use alsa && myconf="AUDIO_ALSA=yes" - emake -j1 CXX="$(tc-getCXX)" ${myconf} -C "${S}/gtk" + emake -j1 CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C "${S}/gtk" } src_install() { dodoc CREDITS HISTORY README TODO - dobin gtk/free42bin + dobin gtk/free42dec } |