Ticket #12350: cfitsio-3.040.patch
File cfitsio-3.040.patch, 875 bytes (added by simon@…, 17 years ago) |
---|
-
devel/cfitsio/Portfile
2 2 3 3 PortSystem 1.0 4 4 name cfitsio 5 version 2.5105 version 3.040 6 6 categories devel 7 7 maintainers nomaintainer@macports.org 8 8 description C/Fortran access to FITS data files … … 20 20 21 21 homepage http://heasarc.gsfc.nasa.gov/fitsio/ 22 22 master_sites ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ 23 distname ${name} 251023 distname ${name}3040 24 24 25 25 worksrcdir ${name} 26 26 27 27 checksums md5 ae8e5e7e3d38cf5de7d1228b40faa62d 28 28 29 29 # For the g77 compiler 30 depends_build port:gcc 3430 depends_build port:gcc42 31 31 32 32 patchfiles patch-configure 33 33 34 34 configure.env CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \ 35 FC="${prefix}/bin/g 77-dp-3.4"35 FC="${prefix}/bin/gfortran-mp-4.2" 36 36 37 37 build.target all shared 38 38