diff options
author | 2006-10-16 23:23:31 +0000 | |
---|---|---|
committer | 2006-10-16 23:23:31 +0000 | |
commit | 3d644bd6051c964fc8fa107e11afcaf2862b0aa7 (patch) | |
tree | 454e791acdf97b5a9fd8f17c0bd9433af2ce90bd /media-libs/gdk-pixbuf | |
parent | Broken with xorg-7.1. Disallow building with xorg-7.1. (diff) | |
download | gentoo-2-3d644bd6051c964fc8fa107e11afcaf2862b0aa7.tar.gz gentoo-2-3d644bd6051c964fc8fa107e11afcaf2862b0aa7.tar.bz2 gentoo-2-3d644bd6051c964fc8fa107e11afcaf2862b0aa7.zip |
don't let the build system decide whether we use mmx or not
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r-- | media-libs/gdk-pixbuf/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/gdk-pixbuf/ChangeLog b/media-libs/gdk-pixbuf/ChangeLog index 4a3201dacb8e..0f75a99324ae 100644 --- a/media-libs/gdk-pixbuf/ChangeLog +++ b/media-libs/gdk-pixbuf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gdk-pixbuf -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/ChangeLog,v 1.43 2005/11/20 06:36:49 hardave Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/ChangeLog,v 1.44 2006/10/16 23:23:31 blubb Exp $ + + 16 Oct 2006; Simon Stelling <blubb@gentoo.org> + gdk-pixbuf-0.22.0-r5.ebuild: + don't let the build system decide whether we use mmx or not 20 Nov 2005; Hardave Riar <hardave@gentoo.org> gdk-pixbuf-0.22.0-r5.ebuild: diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild index 6543a191bf1b..dc3f3300e59a 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild,v 1.4 2006/07/05 05:35:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.22.0-r5.ebuild,v 1.5 2006/10/16 23:23:31 blubb Exp $ inherit virtualx libtool gnome.org eutils @@ -40,12 +40,10 @@ src_unpack() { } src_compile() { - local myconf="" - use mmx || myconf="${myconf} --disable-mmx" econf \ --sysconfdir=/etc/X11/gdk-pixbuf \ $(use_enable doc gtk-doc) \ - ${myconf} \ + $(use_enable mmx) \ || die # build needs to be able to |