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 | 503d7b4264a3b1eaa97570ff9423db9204649b45 (patch) | |
tree | 5e2d14e9d0ffe83a99cc308db7c44b899aa6f368 /sys-libs/gpm | |
parent | Fix bugs 205435, 213325, 218075 and 224803. Respectively broken useflags, gcc... (diff) | |
download | gentoo-2-503d7b4264a3b1eaa97570ff9423db9204649b45.tar.gz gentoo-2-503d7b4264a3b1eaa97570ff9423db9204649b45.tar.bz2 gentoo-2-503d7b4264a3b1eaa97570ff9423db9204649b45.zip |
Append _GNU_SOURCE to CPPFLAGS to fix building with glibc-2.8 #225375 by Jose daLuz.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.4.ebuild | 5 |
2 files changed, 8 insertions, 3 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: diff --git a/sys-libs/gpm/gpm-1.20.4.ebuild b/sys-libs/gpm/gpm-1.20.4.ebuild index f1854181bf22..ae9944e5ad40 100644 --- a/sys-libs/gpm/gpm-1.20.4.ebuild +++ b/sys-libs/gpm/gpm-1.20.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.4.ebuild,v 1.2 2008/06/02 17:06:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.4.ebuild,v 1.3 2008/06/08 21:17:53 vapier Exp $ # emacs support disabled due to Bug 99533 -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="Console-based mouse driver" HOMEPAGE="http://linux.schottelius.org/gpm/" @@ -24,6 +24,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.20.3-no-emacs-dir.patch epatch "${FILESDIR}"/${PN}-1.20.4-abi.patch + append-flags -D_GNU_SOURCE #225375 } src_compile() { |