diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-28 00:34:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-28 00:34:13 +0000 |
commit | d35e2b17b04f2febfab9fabf0a6cf0eed5e7a8d8 (patch) | |
tree | e8f5f4571857ab238958a5192fa2290632e6a983 /media-libs/imlib2/imlib2-9999.ebuild | |
parent | Removing old versions (diff) | |
download | historical-d35e2b17b04f2febfab9fabf0a6cf0eed5e7a8d8.tar.gz historical-d35e2b17b04f2febfab9fabf0a6cf0eed5e7a8d8.tar.bz2 historical-d35e2b17b04f2febfab9fabf0a6cf0eed5e7a8d8.zip |
fix HOMEPAGE and force disable amd64 until the asm can be fixed
Diffstat (limited to 'media-libs/imlib2/imlib2-9999.ebuild')
-rw-r--r-- | media-libs/imlib2/imlib2-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild index 95855ada7537..ee326f9a5266 100644 --- a/media-libs/imlib2/imlib2-9999.ebuild +++ b/media-libs/imlib2/imlib2-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.11 2005/09/08 02:34:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.12 2005/09/28 00:34:13 vapier Exp $ inherit enlightenment toolchain-funcs MY_P=${P/_/-} DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" -HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib2.html" +HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib2/" IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib" @@ -22,11 +22,11 @@ DEPEND="=media-libs/freetype-2* src_compile() { local mymmx="" - if [[ $(tc-ARCH) == "amd64" ]] ; then - mymmx="--enable-amd64 --disable-mmx" - else +# if [[ $(tc-arch) == "amd64" ]] ; then +# mymmx="--enable-amd64 --disable-mmx" +# else mymmx="--disable-amd64 $(use_enable mmx)" - fi +# fi export MY_ECONF=" $(use_with X x) \ |