diff options
author | Peter Volkov <pva@gentoo.org> | 2008-07-16 10:00:37 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-07-16 10:00:37 +0000 |
commit | d90cbaf2f934fdf0e1451b996c0a1c15e47f4f48 (patch) | |
tree | 7fc35e9b136f2d889ed569782e6eec954cd61da2 /media-libs/imlib/ChangeLog | |
parent | Version bump (diff) | |
download | gentoo-2-d90cbaf2f934fdf0e1451b996c0a1c15e47f4f48.tar.gz gentoo-2-d90cbaf2f934fdf0e1451b996c0a1c15e47f4f48.tar.bz2 gentoo-2-d90cbaf2f934fdf0e1451b996c0a1c15e47f4f48.zip |
Fixed build problems: 1. when gtk+-1 is not installed AM_PATH_GTK could not be found, 2. build failes with --as-needed, bug #207638, thank Muelli for report.
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-ovz005 i686)
Diffstat (limited to 'media-libs/imlib/ChangeLog')
-rw-r--r-- | media-libs/imlib/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-libs/imlib/ChangeLog b/media-libs/imlib/ChangeLog index fba373a574ac..e4f266255b0a 100644 --- a/media-libs/imlib/ChangeLog +++ b/media-libs/imlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/imlib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.67 2008/07/05 08:53:05 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.68 2008/07/16 10:00:37 pva Exp $ + + 16 Jul 2008; Peter Volkov <pva@gentoo.org> + +files/imlib-1.9.15-asneeded.patch, imlib-1.9.15-r2.ebuild: + Fixed build problems: 1. when gtk+-1 is not installed AM_PATH_GTK could + not be found, 2. build failes with --as-needed, bug #207638, thank Muelli + for report. 05 Jul 2008; Peter Alfredsen <loki_val@gentoo.org> -imlib-1.9.15-r1.ebuild: |