diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 11:58:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 11:58:36 +0000 |
commit | 7e05fd6e3fb3d268972b639962b02ca7d18d3c8a (patch) | |
tree | 18979db26e0de654e8bd117c85ee2298dae34a3b /media-libs/lcms | |
parent | fix compilation if no tcl is installed (diff) | |
download | gentoo-2-7e05fd6e3fb3d268972b639962b02ca7d18d3c8a.tar.gz gentoo-2-7e05fd6e3fb3d268972b639962b02ca7d18d3c8a.tar.bz2 gentoo-2-7e05fd6e3fb3d268972b639962b02ca7d18d3c8a.zip |
fix build on amd64, bug #35442
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/lcms-1.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/lcms/lcms-1.12.ebuild b/media-libs/lcms/lcms-1.12.ebuild index 92625e27776b..6a585571d123 100644 --- a/media-libs/lcms/lcms-1.12.ebuild +++ b/media-libs/lcms/lcms-1.12.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.12.ebuild,v 1.6 2004/02/21 11:49:54 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.12.ebuild,v 1.7 2004/02/21 11:58:36 lanius Exp $ + +inherit libtool DESCRIPTION="A lightweight, speed optimized color management engine" HOMEPAGE="http://www.littlecms.com/" |