diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-06-19 01:36:47 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-06-19 01:36:47 +0000 |
commit | 206368f3af8bd34934c44ad6e1b6cff497927fe4 (patch) | |
tree | adc3fb64d16febf751428e1ad7aedd3c16815132 /sys-libs/glibc/glibc-2.3.6-r4.ebuild | |
parent | New version with support for ipod write, cd ripping, more plugins, and lots o... (diff) | |
download | historical-206368f3af8bd34934c44ad6e1b6cff497927fe4.tar.gz historical-206368f3af8bd34934c44ad6e1b6cff497927fe4.tar.bz2 historical-206368f3af8bd34934c44ad6e1b6cff497927fe4.zip |
Added a patch from Debian to fix a build error in sysdeps/unix/sysv/linux/getcwd.c where the MAX macro is undefined and bumped patchver to 1.14.
Package-Manager: portage-2.1
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.6-r4.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index c9cdbd7738f1..df32d2025098 100644 --- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.10 2006/06/18 22:14:43 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.11 2006/06/19 01:36:47 kumba Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -27,7 +27,7 @@ GLIBC_MANPAGE_VERSION="2.3.6-1" GLIBC_INFOPAGE_VERSION="2.3.6" # Gentoo patchset -PATCH_VER="1.13" +PATCH_VER="1.14" # Fedora addons (like c_stubs) ... sniped from RHEL's glibc-2.4-4.src.rpm # http://download.fedora.redhat.com/pub/fedora/linux/core/ |