Ticket #42576: patch-py-obspy.diff
File patch-py-obspy.diff, 546 bytes (added by petrrr, 11 years ago) |
---|
-
Portfile
old new 102 102 configure.fc ${prefix}/bin/gfortran-mp-${ver} 103 103 configure.f77 ${prefix}/bin/gfortran-mp-${ver} 104 104 configure.f90 ${prefix}/bin/gfortran-mp-${ver} 105 106 # `setup.py install` tests for Fortran compiler 107 destroot.env-append FC=${configure.fc} 108 destroot.env-append F77=${configure.f77} 109 destroot.env-append F90=${configure.f90} 105 110 } 106 111 } 107 112