mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
- Fix build with new GCC and remove BROKEN - Regenerate patches to make portlint(1) happy - Add fortran to USES - Bump PORTREVISION PR: 205241 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> Approved by: junovitch (mentor)
20 lines
466 B
Text
20 lines
466 B
Text
--- f_check.orig 2009-11-11 18:05:49 UTC
|
|
+++ f_check
|
|
@@ -240,7 +240,7 @@ if ($link ne "") {
|
|
|
|
foreach $flags (@flags) {
|
|
if (
|
|
- ($flags =~ /^\-L/)
|
|
+ ($flags =~ /^\-L\S/)
|
|
&& ($flags !~ /^-LIST:/)
|
|
&& ($flags !~ /^-LANG:/)
|
|
) {
|
|
@@ -263,7 +263,7 @@ if ($link ne "") {
|
|
}
|
|
|
|
if (
|
|
- ($flags =~ /^\-l/)
|
|
+ ($flags =~ /^\-l\S/)
|
|
&& ($flags !~ /gfortranbegin/)
|
|
&& ($flags !~ /frtbegin/)
|
|
&& ($flags !~ /pathfstart/)
|