diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-05-30 20:50:04 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2006-05-30 20:50:04 +0000 |
commit | c95a5c766a18bec6bc67d3b9b1fc1fe2c5978c82 (patch) | |
tree | dc8aef7065ca75824519e409d5e348f6db0a0fdd /app-text/a2ps/ChangeLog | |
parent | Fix for gcc-4.1, bug #134265 (diff) | |
download | gentoo-2-c95a5c766a18bec6bc67d3b9b1fc1fe2c5978c82.tar.gz gentoo-2-c95a5c766a18bec6bc67d3b9b1fc1fe2c5978c82.tar.bz2 gentoo-2-c95a5c766a18bec6bc67d3b9b1fc1fe2c5978c82.zip |
Added patch that allows to compile on systems with broken fnmatch function (like with uClibc). Fixes bug #134546.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'app-text/a2ps/ChangeLog')
-rw-r--r-- | app-text/a2ps/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog index 1c797266d35e..18edf3d680a5 100644 --- a/app-text/a2ps/ChangeLog +++ b/app-text/a2ps/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/a2ps # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.45 2006/02/17 01:41:30 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.46 2006/05/30 20:50:04 yvasilev Exp $ + + 30 May 2006; <yvasilev@gentoo.org> + +files/a2ps-4.13c-fnmatch-replacement.patch, a2ps-4.13c-r4.ebuild: + Added patch that allows to compile on systems with broken fnmatch function + (like with uClibc). Fixes bug #134546. 17 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> a2ps-4.13c-r2.ebuild, a2ps-4.13c-r3.ebuild, a2ps-4.13c-r4.ebuild: |