diff options
author | 2007-11-01 19:09:22 +0000 | |
---|---|---|
committer | 2007-11-01 19:09:22 +0000 | |
commit | 6ce7b245afd44735a8e04fc565c63bb1be12d95a (patch) | |
tree | 1b1b6a126890742bc27906a6b09cec5d7aac175c /sys-libs/gpm/gpm-1.20.1-r6.ebuild | |
parent | Add ~alpha/~ia64 wrt #197543 (diff) | |
download | gentoo-2-6ce7b245afd44735a8e04fc565c63bb1be12d95a.tar.gz gentoo-2-6ce7b245afd44735a8e04fc565c63bb1be12d95a.tar.bz2 gentoo-2-6ce7b245afd44735a8e04fc565c63bb1be12d95a.zip |
Add patch by Tomas Janousek to fix compilation against linux-headers-2.6.23 (see #195977).
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-libs/gpm/gpm-1.20.1-r6.ebuild')
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/gpm/gpm-1.20.1-r6.ebuild b/sys-libs/gpm/gpm-1.20.1-r6.ebuild index db71761253d7..ec0b80222294 100644 --- a/sys-libs/gpm/gpm-1.20.1-r6.ebuild +++ b/sys-libs/gpm/gpm-1.20.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.1 2007/07/07 19:48:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.2 2007/11/01 19:09:21 phreak Exp $ # emacs support disabled due to Bug 99533 @@ -29,6 +29,7 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch epatch "${FILESDIR}"/gpm-configure-LANG.patch epatch "${FILESDIR}"/gpm-daemon.patch + epatch "${FILESDIR}"/gpm-OPEN_MAX.patch } src_compile() { |