FreeBSD Bugzilla – Attachment 152769 Details for
Bug 194183
[arm] math/R missing libquadmath to compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Include previous patch, add MISSING to default options on ARMv6
math_R_armv6.diff (text/plain), 1.53 KB, created by
Sean Bruno
on 2015-02-08 20:21:36 UTC
(
hide
)
Description:
Include previous patch, add MISSING to default options on ARMv6
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-02-08 20:21:36 UTC
Size:
1.53 KB
patch
obsolete
>Index: math/R/Makefile >=================================================================== >--- math/R/Makefile (revision 378624) >+++ math/R/Makefile (working copy) >@@ -91,6 +91,8 @@ > OPTIONS_DEFAULT+= GHOSTSCRIPT INFO_MANUALS JPEG LIBR PANGOCAIRO PNG \ > TCLTK TIFF X11 > >+OPTIONS_DEFAULT_armv6+= MISSING >+ > .endif # !LIBR_SLAVEPORT > PLIST_SUB= R_SOVERSION="${R_SOVERSION}" \ > RBLAS_SOVERSION="${RBLAS_SOVERSION}" \ >Index: math/R/files/patch-src_extra_tre_tre-internal.h >=================================================================== >--- math/R/files/patch-src_extra_tre_tre-internal.h (revision 0) >+++ math/R/files/patch-src_extra_tre_tre-internal.h (working copy) >@@ -0,0 +1,22 @@ >+--- src/extra/tre/tre-internal.h.orig 2015-01-20 15:25:01 UTC >++++ src/extra/tre/tre-internal.h >+@@ -17,6 +17,7 @@ >+ #include <wctype.h> >+ #endif /* !HAVE_WCTYPE_H */ >+ >++#include <limits.h> >+ #include <ctype.h> >+ #include "tre.h" >+ >+@@ -48,7 +49,11 @@ >+ >+ /* Wide characters. */ >+ typedef wint_t tre_cint_t; >++#if WCHAR_MAX <= INT_MAX >+ #define TRE_CHAR_MAX WCHAR_MAX >++#else /* WCHAR_MAX > INT_MAX */ >++#define TRE_CHAR_MAX INT_MAX >++#endif >+ >+ #ifdef TRE_MULTIBYTE >+ #define TRE_MB_CUR_MAX MB_CUR_MAX > >Property changes on: math/R/files/patch-src_extra_tre_tre-internal.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 194183
:
151907
| 152769