diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 05:30:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 05:30:16 +0000 |
commit | fdf11de3b5bc1732570f409dcfced3f62b2a85c3 (patch) | |
tree | cb4bafd89be7f52842a66ac9fb1060f4c0fd6ce5 | |
parent | old (diff) | |
download | historical-fdf11de3b5bc1732570f409dcfced3f62b2a85c3.tar.gz historical-fdf11de3b5bc1732570f409dcfced3f62b2a85c3.tar.bz2 historical-fdf11de3b5bc1732570f409dcfced3f62b2a85c3.zip |
update amd64 config opts
-rw-r--r-- | media-libs/imlib2/imlib2-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild index fe286721c6c7..ce1b66d0b6f3 100644 --- a/media-libs/imlib2/imlib2-9999.ebuild +++ b/media-libs/imlib2/imlib2-9999.ebuild @@ -1,8 +1,7 @@ # 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.7 2005/06/04 15:06:58 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.8 2005/08/20 05:30:16 vapier Exp $ -EHACKAUTOGEN=yes inherit enlightenment MY_P=${P/_/-} @@ -20,10 +19,10 @@ DEPEND="=media-libs/freetype-2* src_compile() { local mymmx="" - if [ "${ARCH}" == "amd64" ] ; then - mymmx="--disable-mmx" + if [[ ${ARCH} == "amd64" ]] ; then + mymmx="--enable-amd64 --disable-mmx" else - mymmx="$(use_enable mmx)" + mymmx=$(use_enable mmx) fi export MY_ECONF=" |