# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.0-r2.ebuild,v 1.7 2004/08/08 14:48:25 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.0-r2.ebuild,v 1.8 2004/09/25 07:41:37 vapier Exp $
inherit libtool eutils flag-o-matic gcc
}
src_compile() {
- use hppa && [ "`gcc-fullversion`" == "3.4.0" ] && replace-cpu-flags 1.0 2.0
+ use hppa && [ "`gcc-fullversion`" == "3.4.0" ] && replace-cpu-flags 2.0 1.0
econf \
--with-pic \
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r3.ebuild,v 1.30 2004/09/22 20:09:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r3.ebuild,v 1.31 2004/09/25 07:41:51 vapier Exp $
inherit gnuconfig flag-o-matic libtool
}
src_compile() {
- replace-cpu-flags i586 k6 k6-2 k6-3
+ replace-cpu-flags k6 k6-2 k6-3 i586
econf --enable-shared --enable-static || die "econf failed"
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.5-r8.ebuild,v 1.9 2004/09/23 03:45:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.5-r8.ebuild,v 1.10 2004/09/25 07:43:24 vapier Exp $
inherit flag-o-matic eutils gcc
epatch ${FILESDIR}/macos.patch # implements strnlen
fi
- [ "`gcc-version`" == "3.2" ] && replace-cpu-flags i586 k6 k6-2 k6-3
- [ "`gcc-version`" == "3.3" ] && replace-cpu-flags i586 k6 k6-2 k6-3
+ [ "`gcc-version`" == "3.2" ] && replace-cpu-flags k6 k6-2 k6-3 i586
+ [ "`gcc-version`" == "3.3" ] && replace-cpu-flags k6 k6-2 k6-3 i586
sed \
-e "s:ZLIBLIB=.*:ZLIBLIB=/usr/lib:" \
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.7.ebuild,v 1.5 2004/09/23 12:55:28 gustavoz Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.7.ebuild,v 1.6 2004/09/25 07:43:24 vapier Exp $
inherit flag-o-matic eutils gcc
LICENSE="as-is"
SLOT="1.2"
-KEYWORDS="x86 ~ppc sparc ~arm ~hppa amd64 ~alpha ~mips ~macos ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~macos ~mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc x86"
+IUSE=""
DEPEND="sys-libs/zlib"
epatch "${FILESDIR}/${PV}-gentoo.diff"
if [ "$(gcc-version)" == "3.3" -o "$(gcc-version)" == "3.2" ] ; then
- replace-cpu-flags i586 k6 k6-2 k6-3
+ replace-cpu-flags k6 k6-2 k6-3 i586
fi
if use macos || use ppc-macos ; then