Ticket #28554: Portfile.diff
File Portfile.diff, 1.3 KB (added by eborisch (Eric A. Borisch), 14 years ago) |
---|
-
Portfile
old new 24 24 rmd160 e0feec256e61e4947367a2144d9835f569035577 25 25 distname ${realname}-${version} 26 26 use_bzip2 yes 27 patchfiles apple_fortran_config.patch 27 patchfiles patch-config-apple.diff \ 28 patch-configure.diff 28 29 depends_lib port:zlib port:szip 29 30 use_parallel_build yes 30 31 … … 67 68 variant gcc44 description {Enable Fortran bindings (gfortran 4.4)} conflicts universal openmpi gcc45 { 68 69 depends_lib-append port:gcc44 69 70 configure.fc ${prefix}/bin/gfortran-mp-4.4 70 configure.args-delete --disable-fortran --enable-shared71 configure.args-delete --disable-fortran 71 72 configure.args-append --enable-fortran 72 73 configure.post_args LDFLAGS="-L${prefix}/lib" 73 74 } … … 75 76 variant gcc45 description {Enable Fortran bindings (gfortran 4.5)} conflicts universal openmpi gcc44 { 76 77 depends_lib-append port:gcc45 77 78 configure.fc ${prefix}/bin/gfortran-mp-4.5 78 configure.args-delete --disable-fortran --enable-shared79 configure.args-delete --disable-fortran 79 80 configure.args-append --enable-fortran 80 81 configure.post_args LDFLAGS="-L${prefix}/lib" 81 82 }