diff options
author | 2004-06-03 08:25:00 +0000 | |
---|---|---|
committer | 2004-06-03 08:25:00 +0000 | |
commit | 28a7d27b1ea34425ee7dbde40b73e8994a50380a (patch) | |
tree | 0577ca3b223c801b70e74511cc90fa6b9b810d48 /media-gfx/optipng/optipng-0.4.5.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-28a7d27b1ea34425ee7dbde40b73e8994a50380a.tar.gz historical-28a7d27b1ea34425ee7dbde40b73e8994a50380a.tar.bz2 historical-28a7d27b1ea34425ee7dbde40b73e8994a50380a.zip |
change description, better way of selecting mmx.
Diffstat (limited to 'media-gfx/optipng/optipng-0.4.5.ebuild')
-rw-r--r-- | media-gfx/optipng/optipng-0.4.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/optipng/optipng-0.4.5.ebuild b/media-gfx/optipng/optipng-0.4.5.ebuild index a74e1a4d4a62..7bf25da5eabd 100644 --- a/media-gfx/optipng/optipng-0.4.5.ebuild +++ b/media-gfx/optipng/optipng-0.4.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.4.5.ebuild,v 1.1 2004/06/02 22:54:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.4.5.ebuild,v 1.2 2004/06/03 08:25:00 taviso Exp $ inherit eutils flag-o-matic -DESCRIPTION="PNG optimizing utility" +DESCRIPTION="Find the optimal compression settings for your png files" SRC_URI="http://www.cs.toronto.edu/~cosmin/pngtech/optipng/${P}.tar.gz" HOMEPAGE="http://www.cs.toronto.edu/~cosmin/pngtech/optipng/" @@ -41,9 +41,9 @@ src_compile() { # do amd64/ia64 support mmx? use x86 || ewarn "mmx flag set, but not on x86?" - pngmake=makefile.gcmmx + usemmx=1 else - pngmake=makefile.gcc + usemmx=0 fi # only defined in bundled zlib? @@ -51,7 +51,7 @@ src_compile() { append-flags -DZ_RLE=3 fi - export pngmake LDFLAGS + export usemmx LDFLAGS # some logic to decide which version to build... if ! use ext-png; then |