summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2002-01-17 20:56:52 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2002-01-17 20:56:52 +0000
commit1ef1e36058fafb25259cb24bddb03756f18f4721 (patch)
tree2ec9fb520451498f9055b36970cd99305c492d38 /media-libs
parentUpdated libast that adds --disable-mmx flab. It seems that our binutils is b... (diff)
downloadhistorical-1ef1e36058fafb25259cb24bddb03756f18f4721.tar.gz
historical-1ef1e36058fafb25259cb24bddb03756f18f4721.tar.bz2
historical-1ef1e36058fafb25259cb24bddb03756f18f4721.zip
Udated imlib2 ebuild to include --disable-mmx flag. Annoying it seems that many E products are broken with our binutils.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib2/files/digest-imlib2-1.0.4-r11
-rw-r--r--media-libs/imlib2/imlib2-1.0.4-r1.ebuild (renamed from media-libs/imlib2/imlib2-1.0.4.ebuild)6
2 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/imlib2/files/digest-imlib2-1.0.4-r1 b/media-libs/imlib2/files/digest-imlib2-1.0.4-r1
new file mode 100644
index 000000000000..b8a289a51fbe
--- /dev/null
+++ b/media-libs/imlib2/files/digest-imlib2-1.0.4-r1
@@ -0,0 +1 @@
+MD5 8b1a7f76734f85722a01672349f67d3e imlib2-1.0.4.tar.gz 696320
diff --git a/media-libs/imlib2/imlib2-1.0.4.ebuild b/media-libs/imlib2/imlib2-1.0.4-r1.ebuild
index eca925c3ed17..a5398fac2686 100644
--- a/media-libs/imlib2/imlib2-1.0.4.ebuild
+++ b/media-libs/imlib2/imlib2-1.0.4-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.4.ebuild,v 1.1 2002/01/16 20:21:58 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.4-r1.ebuild,v 1.1 2002/01/17 20:56:52 g2boojum Exp $
S=${WORKDIR}/${P}
DESCRIPTION="imlib"
@@ -18,7 +18,9 @@ DEPEND="virtual/glibc
virtual/x11"
src_compile() {
- ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/X11/imlib || die
+ # always turn off mmx because binutils 2.11.92+ seems to be broken for this package
+ myconf="--disable-mmx"
+ ./configure "${myconf} " --host=${CHOST} --prefix=/usr --sysconfdir=/etc/X11/imlib || die
emake || die
}