FreeBSD Bugzilla – Attachment 187798 Details for
Bug 223476
[patch] math/R: Unbreak build on ARMv[67]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for armv[67]
R.diff (text/plain), 915 bytes, created by
Michal Meloun
on 2017-11-06 14:46:54 UTC
(
hide
)
Description:
fix for armv[67]
Filename:
MIME Type:
Creator:
Michal Meloun
Created:
2017-11-06 14:46:54 UTC
Size:
915 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 453440) >+++ Makefile (working copy) >@@ -12,7 +12,7 @@ > > LICENSE= GPLv2 > >-ONLY_FOR_ARCHS= aarch64 amd64 i386 >+ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 > > LIB_DEPENDS= libcurl.so:ftp/curl \ > libpcre.so:devel/pcre >@@ -24,7 +24,7 @@ > rdocdir=${DOCSDIR} > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >-USES= gmake iconv libtool localbase \ >+USES= fortran gmake iconv libtool localbase \ > pathfix perl5 readline:port > USE_PERL5= build > USE_LDCONFIG= ${PREFIX}/lib/R/lib >@@ -37,6 +37,8 @@ > OPTIONS_SINGLE_FORTRAN= ${OPTIONS_SINGLE_FORTRAN_${MACHINE_ARCH}} > OPTIONS_SINGLE_FORTRAN_i386= GFORTRAN > OPTIONS_SINGLE_FORTRAN_aarch64= GFORTRAN >+OPTIONS_SINGLE_FORTRAN_arm6= GFORTRAN >+OPTIONS_SINGLE_FORTRAN_arm7= GFORTRAN > OPTIONS_SINGLE_FORTRAN_amd64= GFORTRAN FLANG > > OPTIONS_SUB= YES
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 223476
: 187798