diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-15 04:50:03 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-15 04:50:03 +0000 |
commit | 9d3290e83c46b381480fb397d955881f036b11eb (patch) | |
tree | 57c0108ff16ca60d8d5aec01d071d16411b4824b /games-emulation | |
parent | add warning message for mssql/freetds weirdness. (diff) | |
download | gentoo-2-9d3290e83c46b381480fb397d955881f036b11eb.tar.gz gentoo-2-9d3290e83c46b381480fb397d955881f036b11eb.tar.bz2 gentoo-2-9d3290e83c46b381480fb397d955881f036b11eb.zip |
only check for -m32
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.37_pre20040508.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/zsnes/zsnes-1.37_pre20040508.ebuild b/games-emulation/zsnes/zsnes-1.37_pre20040508.ebuild index 43070be73a8b..3e4bfb3e1d55 100644 --- a/games-emulation/zsnes/zsnes-1.37_pre20040508.ebuild +++ b/games-emulation/zsnes/zsnes-1.37_pre20040508.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-emulation/zsnes/zsnes-1.37_pre20040508.ebuild,v 1.5 2004/07/15 01:49:09 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20040508.ebuild,v 1.6 2004/07/15 04:50:03 lv Exp $ inherit games eutils flag-o-matic @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" multilib_check() { - if (has_m64 && has_m32) ; then + if has_m32 ; then einfo "multilib detected, adding -m32 to CFLAGS. note that opengl" einfo "support probably wont work quite right." append-flags -m32 |