FreeBSD Bugzilla – Attachment 190083 Details for
Bug 225467
lang/p5-ExtUtils-F77 hardcoded default gfortran version may cause libgfortran not to be found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to use the default gfortran instead of 4.8
patch_gfortran (text/plain), 293 bytes, created by
Erik B Knudsen
on 2018-01-26 13:35:33 UTC
(
hide
)
Description:
patch to use the default gfortran instead of 4.8
Filename:
MIME Type:
Creator:
Erik B Knudsen
Created:
2018-01-26 13:35:33 UTC
Size:
293 bytes
patch
obsolete
>--- F77.pm.orig 2018-01-26 12:15:06.389674000 +0100 >+++ F77.pm 2018-01-26 12:18:42.705474000 +0100 >@@ -345,7 +345,7 @@ > ### FreeBSD ### > > if($^O =~ /Freebsd/i) { >- $gfortran = 'gfortran48'; # requires rewrite >+ $gfortran = 'gfortran'; # requires rewrite > $fallback_compiler = 'G77'; > } >
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
Flags:
erkn
:
maintainer-approval?
(
erkn
)
Actions:
View
|
Diff
Attachments on
bug 225467
: 190083