FreeBSD Bugzilla – Attachment 108223 Details for
Bug 149049
[patch] editors/emacs-devel: silence warning: 'alloca' macro redefined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 624 bytes, created by
swell.k
on 2010-07-28 23:50:02 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-07-28 23:50:02 UTC
Size:
624 bytes
patch
obsolete
>Index: editors/emacs-devel/files/patch-config.in >=================================================================== >RCS file: editors/emacs-devel/files/patch-config.in >diff -N editors/emacs-devel/files/patch-config.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ editors/emacs-devel/files/patch-config.in 10 Jul 2010 16:42:44 -0000 >@@ -0,0 +1,11 @@ >+--- src/config.in~ >++++ src/config.in >+@@ -1138,6 +1138,8 @@ SYSTEM_PURESIZE_EXTRA seems like the lea >+ >+ #ifdef HAVE_ALLOCA_H >+ # include <alloca.h> >++#elif __FreeBSD__ >++# include <stdlib.h> >+ #elif defined __GNUC__ >+ # define alloca __builtin_alloca >+ #elif defined _AIX
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 149049
: 108223