Ticket #59165: netcdf-cxx.patch

File netcdf-cxx.patch, 739 bytes (added by ryandesign (Ryan Carsten Schmidt), 5 years ago)
  • Portfile

     
    55
    66name                        netcdf-cxx
    77version                     4.2
    8 revision                    14
     8revision                    15
    99distname                    ${name}-${version}
    1010maintainers                 {takeshi @tenomoto} openmaintainer
    1111platforms                   darwin
     
    3636
    3737depends_lib         port:netcdf
    3838
     39# Teach glibtool to pass -stdlib at link time.
     40use_autoreconf              yes
     41autoreconf.args             -fvi
     42
    3943configure.cppflags-append   -DNDEBUG
    4044configure.cxxflags-append   -fno-common
    4145configure.cflags-append     -fno-common