diff options
author | 2005-06-29 22:13:08 +0000 | |
---|---|---|
committer | 2005-06-29 22:13:08 +0000 | |
commit | 69883d2792bf5815af0b898fc8a351afdf835471 (patch) | |
tree | d17bd8d6dd5baa93005d8887cabc8058b2d71bd9 /sys-devel/libperl/files/libperl-5.8.6-uclibc.patch | |
parent | Added ~alpha wrt #95128 (diff) | |
download | gentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.tar.gz gentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.tar.bz2 gentoo-2-69883d2792bf5815af0b898fc8a351afdf835471.zip |
Perl 5.8.6 unmasking; perl 5.8.7 being added
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/libperl/files/libperl-5.8.6-uclibc.patch')
-rw-r--r-- | sys-devel/libperl/files/libperl-5.8.6-uclibc.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch b/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch deleted file mode 100644 index 1e086d73879a..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- perl-5.8.2/perlio.c-dist 2003-12-03 14:30:24.000000000 -0700 -+++ perl-5.8.2/perlio.c 2003-12-03 14:32:10.000000000 -0700 -@@ -2824,7 +2824,11 @@ - /* XXX this could use PerlIO_canset_fileno() and - * PerlIO_set_fileno() support from Configure - */ --# if defined(__GLIBC__) -+# if defined(__UCLIBC__) -+ /* uClibc must come before glibc because it defines __GLIBC__ as well. */ -+ f->__filedes = -1; -+ return 1; -+# elif defined(__GLIBC__) - /* There may be a better way for GLIBC: - - libio.h defines a flag to not close() on cleanup - */ |