summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-04 02:30:37 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-04 02:30:37 +0000
commit3e41ccc6cbac0d1a75e8f84e0a3d63c86edd84d9 (patch)
tree54f25a40d0432c271abedfd20ee6b40a3febdc72 /sys-libs
parentAdd the compilation fix from debian (available at: http://bugs.debian.org/cgi... (diff)
downloadgentoo-2-3e41ccc6cbac0d1a75e8f84e0a3d63c86edd84d9.tar.gz
gentoo-2-3e41ccc6cbac0d1a75e8f84e0a3d63c86edd84d9.tar.bz2
gentoo-2-3e41ccc6cbac0d1a75e8f84e0a3d63c86edd84d9.zip
forgot to add the version patch
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040602.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
index fd21c712d835..11383bd7397c 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040602.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.4 2004/06/04 02:12:21 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040602.ebuild,v 1.5 2004/06/04 02:30:37 lv Exp $
IUSE="nls pic build nptl erandom hardened makecheck"
@@ -210,6 +210,11 @@ pkg_setup() {
src_unpack() {
unpack ${A}
+
+ # version patch
+ cd ${S}
+ sed -i -e "s/stable/2004-06-02/" -e "s/2\.3\.3/2.3.4/" version.h
+
# Extract pre-made man pages. Otherwise we need perl, which is a no-no.
mkdir -p ${S}/man; cd ${S}/man
want_nptl || tar xjf ${FILESDIR}/glibc-manpages-2.3.2.tar.bz2