diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-29 22:32:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-29 22:32:09 +0000 |
commit | f7874db78433d7ab81a3ad7325b591d486cc8f2b (patch) | |
tree | 45219a059093320f7d286425f31e294879e18e08 /media-libs/imlib2 | |
parent | Add patch from upstream to fix issues with parallel builds #107613 by Icebird. (diff) | |
download | gentoo-2-f7874db78433d7ab81a3ad7325b591d486cc8f2b.tar.gz gentoo-2-f7874db78433d7ab81a3ad7325b591d486cc8f2b.tar.bz2 gentoo-2-f7874db78433d7ab81a3ad7325b591d486cc8f2b.zip |
the gif configure option is just gif, not giflib
(Portage version: 2.0.52-r1 http://www.bash.org/?136501 )
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r-- | media-libs/imlib2/imlib2-1.2.1.006.ebuild | 4 | ||||
-rw-r--r-- | media-libs/imlib2/imlib2-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/imlib2/imlib2-1.2.1.006.ebuild b/media-libs/imlib2/imlib2-1.2.1.006.ebuild index 3b891895de7f..1c161b7bdf5e 100644 --- a/media-libs/imlib2/imlib2-1.2.1.006.ebuild +++ b/media-libs/imlib2/imlib2-1.2.1.006.ebuild @@ -1,6 +1,6 @@ # 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-1.2.1.006.ebuild,v 1.1 2005/09/28 00:36:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.1.006.ebuild,v 1.2 2005/09/29 22:32:09 vapier Exp $ inherit enlightenment toolchain-funcs @@ -33,7 +33,7 @@ src_compile() { $(use_with jpeg) \ $(use_with png) \ $(use_with tiff) \ - $(use_with gif giflib) \ + $(use_with gif) \ $(use_with zlib) \ $(use_with bzip2) \ $(use_with mp3 id3) \ diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild index ee326f9a5266..ad4bfc12a413 100644 --- a/media-libs/imlib2/imlib2-9999.ebuild +++ b/media-libs/imlib2/imlib2-9999.ebuild @@ -1,6 +1,6 @@ # 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.12 2005/09/28 00:34:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-9999.ebuild,v 1.13 2005/09/29 22:32:09 vapier Exp $ inherit enlightenment toolchain-funcs @@ -33,7 +33,7 @@ src_compile() { $(use_with jpeg) \ $(use_with png) \ $(use_with tiff) \ - $(use_with gif giflib) \ + $(use_with gif) \ $(use_with zlib) \ $(use_with bzip2) \ $(use_with mp3 id3) \ |