diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-08 21:17:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-08 21:17:53 +0000 |
commit | 6de9e1ded96cbf88eecdfcdce1db9982a43afc28 (patch) | |
tree | e281d0dd50bbab23c40cdfd401e47a487a747889 /sys-libs/gpm/ChangeLog | |
parent | Fix bugs 205435, 213325, 218075 and 224803. Respectively broken useflags, gcc... (diff) | |
download | historical-6de9e1ded96cbf88eecdfcdce1db9982a43afc28.tar.gz historical-6de9e1ded96cbf88eecdfcdce1db9982a43afc28.tar.bz2 historical-6de9e1ded96cbf88eecdfcdce1db9982a43afc28.zip |
Append _GNU_SOURCE to CPPFLAGS to fix building with glibc-2.8 #225375 by Jose daLuz.
Package-Manager: portage-2.2_pre7-r1/cvs/Linux 2.6.25 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'sys-libs/gpm/ChangeLog')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index b38ec74a1e03..35436638541b 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.68 2008/06/02 17:06:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.69 2008/06/08 21:17:53 vapier Exp $ + + 08 Jun 2008; Mike Frysinger <vapier@gentoo.org> gpm-1.20.4.ebuild: + Append _GNU_SOURCE to CPPFLAGS to fix building with glibc-2.8 #225375 by + Jose daLuz. 02 Jun 2008; Mike Frysinger <vapier@gentoo.org> +files/gpm-1.20.4-abi.patch, gpm-1.20.4.ebuild: |