Skip to content

Commit

Permalink
pgplot: allow Fortran arguments mismatch
Browse files Browse the repository at this point in the history
Do not report upstream since
the last release of PGPLOT was almost 20 years ago.

Fixes https://trac.macports.org/ticket/60442
  • Loading branch information
MarcusCalhoun-Lopez committed May 17, 2020
1 parent dc1c2a6 commit d5adbb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/pgplot/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ if { [string match *64 ${build_arch}] } {
# Tell the compiler not to treat backslash characters as C-style escape sequences. # Tell the compiler not to treat backslash characters as C-style escape sequences.
configure.fcflags-append -fno-backslash configure.fcflags-append -fno-backslash


# see https://trac.macports.org/ticket/60442
compilers.allow_arguments_mismatch yes

set compat_version [join [lrange [split ${version} .] 0 0] .] set compat_version [join [lrange [split ${version} .] 0 0] .]


post-extract { post-extract {
Expand Down

0 comments on commit d5adbb6

Please sign in to comment.