Ticket #68941: patch.mpich

File patch.mpich, 747 bytes (added by numaryu, 9 months ago)
Line 
1--- Portfile.orig       2023-12-19 18:02:02.000000000 +0900
2+++ Portfile    2023-12-19 18:02:26.000000000 +0900
3@@ -292,11 +292,11 @@
4             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91556
5             configure.fflags-append -fallow-argument-mismatch
6             configure.fcflags-append -fallow-argument-mismatch
7+        } else {
8+            # GCC C++ always uses libstdc++
9+            # see https://trac.macports.org/ticket/59185
10+            # configure.cxx_stdlib libstdc++
11         }
12-
13-        # GCC C++ always uses libstdc++
14-        # see https://trac.macports.org/ticket/59185
15-        configure.cxx_stdlib libstdc++
16     } else {
17         long_description-append "(AND THE FORTRAN COMPILER SELECTED BY THE VARIANT, IF ANY)"
18