Ticket #12350: cfitsio-3.040.patch

File cfitsio-3.040.patch, 875 bytes (added by simon@…, 17 years ago)

Diff as requested.

  • devel/cfitsio/Portfile

     
    22
    33PortSystem                      1.0
    44name                            cfitsio
    5 version                         2.510
     5version                         3.040
    66categories                      devel
    77maintainers                     nomaintainer@macports.org
    88description                     C/Fortran access to FITS data files
     
    2020
    2121homepage                        http://heasarc.gsfc.nasa.gov/fitsio/
    2222master_sites            ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
    23 distname                        ${name}2510
     23distname                        ${name}3040
    2424
    2525worksrcdir                      ${name}
    2626
    2727checksums                       md5 ae8e5e7e3d38cf5de7d1228b40faa62d
    2828
    2929# For the g77 compiler
    30 depends_build           port:gcc34
     30depends_build           port:gcc42
    3131
    3232patchfiles                      patch-configure
    3333
    3434configure.env           CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
    35                                         FC="${prefix}/bin/g77-dp-3.4"
     35                                        FC="${prefix}/bin/gfortran-mp-4.2"
    3636
    3737build.target            all shared
    3838