Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86230 Details for
Bug 132397
emacs 21.4-r3 patch for uclibc support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for emacs 21.4 on uclibc
emacs-21.4-uclibc.patch (text/plain), 2.33 KB, created by
Aurélien Francillon
on 2006-05-05 18:17:17 UTC
(
hide
)
Description:
patch for emacs 21.4 on uclibc
Filename:
MIME Type:
Creator:
Aurélien Francillon
Created:
2006-05-05 18:17:17 UTC
Size:
2.33 KB
patch
obsolete
># --- T2-COPYRIGHT-NOTE-BEGIN --- ># This copyright note is auto-generated by ./scripts/Create-CopyPatch. ># ># T2 SDE: package/.../uclibc/patches/emacs-uclibc.patch ># Copyright (C) 2004 - 2005 The T2 SDE Project ># ># More information can be found in the files COPYING and README. ># ># This patch file is dual-licensed. It is available under the license the ># patched project is licensed under, as long as it is an OpenSource license ># as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms ># of the GNU General Public License as published by the Free Software ># Foundation; either version 2 of the License, or (at your option) any later ># version. ># --- T2-COPYRIGHT-NOTE-END --- >--- emacs-21.3/configure.orig 2005-01-23 17:17:09.000000000 -0800 >+++ emacs-21.3/configure 2005-01-23 17:27:56.000000000 -0800 >@@ -1649,6 +1649,7 @@ > *-esix* ) opsys=esix ;; > *-xenix* ) opsys=xenix ;; > *-linux-gnu* ) opsys=gnu-linux ;; >+ *-linux-uclibc* ) opsys=gnu-linux ;; > *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; > *-sco3.2v5* ) opsys=sco5 > NON_GNU_CPP=/lib/cpp >--- emacs-21.3/src/s/gnu-linux.h.orig 2005-02-03 03:51:53.000000000 +0000 >+++ emacs-21.3/src/s/gnu-linux.h 2005-02-03 04:00:39.000000000 +0000 >@@ -162,7 +162,7 @@ > #else /* !_IO_STDIO_H */ > /* old C++ iostream names */ > #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ >- ((FILE)->_pptr - (FILE)->_pbase) >+ ((FILE)->__bufpos - (FILE)->__bufstart) > #endif /* !_IO_STDIO_H */ > #endif /* emacs */ > >--- emacs-21.3/src/gmalloc.c.orig 2005-02-03 05:38:59.000000000 +0000 >+++ emacs-21.3/src/gmalloc.c 2005-02-03 05:39:12.000000000 +0000 >@@ -1549,9 +1549,9 @@ > #include <malloc.h> > #endif > >-#ifndef __GNU_LIBRARY__ >+/*#ifndef __GNU_LIBRARY__*/ > #define __sbrk sbrk >-#endif >+/*#endif*/ > > #ifdef __GNU_LIBRARY__ > /* It is best not to declare this and cast its result on foreign operating >diff -Nur emacs-21.3-old/configure.in emacs-21.3/configure.in >--- emacs-21.3-old/configure.in 2005-01-10 00:53:54 +0000 >+++ emacs-21.3/configure.in 2005-01-10 00:55:48 +0000 >@@ -1032,6 +1032,7 @@ > *-esix* ) opsys=esix ;; > *-xenix* ) opsys=xenix ;; > *-linux-gnu* ) opsys=gnu-linux ;; >+ *-linux-uclibc* ) opsys=gnu-linux ;; > *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; > *-sco3.2v5* ) opsys=sco5 > NON_GNU_CPP=/lib/cpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132397
: 86230