diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-01 19:48:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-01 19:48:30 +0000 |
commit | aa3303b858e01e2f5bb8eab16ffcaae85d97acf6 (patch) | |
tree | 6b850ecfd27a3135b42d91195a65f7be920210b5 | |
parent | Stable on ppc for PHP5, Bug #60442. (Manifest recommit) (diff) | |
download | gentoo-2-aa3303b858e01e2f5bb8eab16ffcaae85d97acf6.tar.gz gentoo-2-aa3303b858e01e2f5bb8eab16ffcaae85d97acf6.tar.bz2 gentoo-2-aa3303b858e01e2f5bb8eab16ffcaae85d97acf6.zip |
small change for ppc64
-rw-r--r-- | media-libs/openal/openal-20040817.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/openal/openal-20040817.ebuild b/media-libs/openal/openal-20040817.ebuild index f5fe85585ab2..ed76c2f1a34d 100644 --- a/media-libs/openal/openal-20040817.ebuild +++ b/media-libs/openal/openal-20040817.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/media-libs/openal/openal-20040817.ebuild,v 1.4 2004/11/01 18:21:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-20040817.ebuild,v 1.5 2004/11/01 19:48:30 corsair Exp $ inherit eutils gnuconfig @@ -22,9 +22,7 @@ DEPEND="x86? ( dev-lang/nasm ) mpeg? ( media-libs/smpeg )" src_compile() { - # Next line needs to be done, to allow compilation on ppc64 - gnuconfig_update - + use ppc64 && gnuconfig_update local myconf use esd && myconf="${myconf} --enable-esd" |