Commits
Marcus Calhoun-Lopez authored and MarcusCalhoun-Lopez committed 1a8c9073019
164 164 | # versions. |
165 165 | |
166 166 | depends_run port:libgcc7 |
167 167 | depends_build-append {*}${depends_lib} |
168 168 | depends_lib |
169 169 | |
170 170 | configure.args-replace \ |
171 171 | --libdir=${prefix}/lib/${name} \ |
172 172 | --libdir=${prefix}/lib/libgcc |
173 173 | |
174 - | configure.args-delete --enable-languages=c,c++,objc,obj-c++,lto,fortran |
175 - | configure.args-append --enable-languages=fortran |
174 + | configure.args-replace \ |
175 + | --enable-languages=c,c++,objc,obj-c++,lto,fortran \ |
176 + | --enable-languages=fortran |
176 177 | |
177 178 | # TODO: Possibly disable bootstrap with appropriate configure flags. |
178 179 | # the problem is that libstdc++'s configure script tests for tls support |
179 180 | # using the running compiler (not gcc for which libstdc++ is being built). |
180 181 | # Thus when we build with clang, we get a mismatch |
181 182 | # http://trac.macports.org/ticket/36116 |
182 183 | #compiler.blacklist-append {clang < 425} |
183 184 | #configure.args-append --disable-bootstrap |
184 185 | #build.target all |
185 186 | |